-
Notifications
You must be signed in to change notification settings - Fork 113
Upgrade Monaco Language Client to 8.8.3 #2912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d94fcfa
737e309
7111ece
17341eb
ab082fc
412499e
cb44aa7
09b4429
f4c02b0
8494205
f8d01d4
df4cb02
2f4170f
d6fe2ee
472ceb7
78aa243
d55222b
f0fc65f
c7a1050
a125cf7
93368a3
1d15538
915c148
6b373be
7d3c4da
ebcb698
15892a7
461423c
36adee5
a04fdfb
6d704fd
4075f18
179ac93
cf08da7
0e772f5
8dfc664
73dc332
5b3ba5b
b041c62
55098d2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -55,8 +55,13 @@ | |
| "jszip": "3.10.1", | ||
| "lodash-es": "4.17.21", | ||
| "marked": "4.3.0", | ||
| "monaco-editor": "0.36.1", | ||
| "monaco-languageclient": "5.0.1", | ||
| "monaco-languageclient": "8.8.3", | ||
| "monaco-editor-wrapper": "5.5.3", | ||
| "@codingame/monaco-vscode-python-default-extension": "8.0.4", | ||
| "@codingame/monaco-vscode-r-default-extension": "8.0.4", | ||
| "@codingame/monaco-vscode-java-default-extension": "8.0.4", | ||
| "vscode": "npm:@codingame/monaco-vscode-api@8.0.4", | ||
| "monaco-editor": "npm:@codingame/monaco-vscode-editor-api@8.0.4", | ||
| "ng-zorro-antd": "16.2.2", | ||
| "ng2-pdf-viewer": "9.1.5", | ||
| "ngx-color-picker": "12.0.1", | ||
|
|
@@ -78,8 +83,7 @@ | |
| "tslib": "2.3.1", | ||
| "uuid": "8.3.2", | ||
| "validator": "13.12.0", | ||
| "vscode": "npm:@codingame/monaco-vscode-api@~1.76.6", | ||
| "vscode-ws-jsonrpc": "3.1.0", | ||
| "vscode-ws-jsonrpc": "3.3.2", | ||
| "y-monaco": "0.1.5", | ||
| "y-protocols": "1.0.5", | ||
| "y-quill": "0.1.5", | ||
|
|
@@ -97,7 +101,7 @@ | |
| "@angular/compiler-cli": "16.2.12", | ||
| "@nrwl/cli": "15.9.7", | ||
| "@nrwl/nx-cloud": "18.0.0", | ||
| "@nx/angular": "18.1.3", | ||
| "@nx/angular": "18.2.0", | ||
| "@types/backbone": "1.4.15", | ||
| "@types/dagre": "0.7.47", | ||
| "@types/file-saver": "2.0.5", | ||
|
|
@@ -131,7 +135,7 @@ | |
| "karma-jasmine": "4.0.1", | ||
| "karma-jasmine-html-reporter": "1.7.0", | ||
| "nodecat": "2.0.0", | ||
| "nx": "18.1.3", | ||
| "nx": "18.2.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why are you changing nx version here?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Xinyuan told me his branch passed all the checks before, so he think the issue is caused by nx, so we upgraded the version |
||
| "nz-tslint-rules": "0.901.2", | ||
| "prettier": "3.2.5", | ||
| "prettier-eslint-cli": "8.0.1", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mengw15 what's the purpose of this change? I found removing it has no effect.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was facing an issue with loading vscode.theme-default I remember. And I checked Monaco's example, below are some context:
"
// this is required for loading .wasm (and other) files. For context, see https://stackoverflow.com/a/75252098 and angular/angular-cli#24617
parser: {
javascript: {
url: true
}
}
"