monaco-languageclient-examples 2025.11.2-next.2 → 2025.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this npm module are documented in this file.
|
|
4
4
|
|
|
5
|
-
## [2025.11.2
|
|
5
|
+
## [2025.11.2] - 2025-11-26
|
|
6
6
|
|
|
7
|
-
- Updated to `monaco-languageclient@10.4.0
|
|
8
|
-
- Updated all `@codingame/monaco-vscode` packages to `23.
|
|
7
|
+
- Updated to `monaco-languageclient@10.4.0` and `@typefox/monaco-editor-react@7.4.0`.
|
|
8
|
+
- Updated all `@codingame/monaco-vscode` packages to `23.2.2`.
|
|
9
|
+
- Use oxlint for most linting now. eslint is only kept for currently unsupported rules or eslint plugins.
|
|
9
10
|
|
|
10
11
|
## [2025.11.1] - 2025-11-16
|
|
11
12
|
|
|
@@ -60,7 +60,7 @@ export class ClangdInteractionWorker {
|
|
|
60
60
|
await this.updateWorkerFilesystem(requiredResurces);
|
|
61
61
|
await this.updateRemoteFilesystem();
|
|
62
62
|
// run main clangd
|
|
63
|
-
//
|
|
63
|
+
// oxlint-disable-next-line @typescript-eslint/no-explicit-any
|
|
64
64
|
clangd.callMain([]);
|
|
65
65
|
// send the launch complete message to the client
|
|
66
66
|
this.endpointWorker?.sentAnswer({
|
|
@@ -255,7 +255,7 @@ export class ClangdInteractionWorker {
|
|
|
255
255
|
// setup & prepare the filesystem
|
|
256
256
|
this.emscriptenFS.mkdir(WORKSPACE_PATH);
|
|
257
257
|
// Mounting IndexedDB filesystem
|
|
258
|
-
//
|
|
258
|
+
// oxlint-disable-next-line @typescript-eslint/no-explicit-any
|
|
259
259
|
this.emscriptenFS.mount(this.emscriptenFS.filesystems.IDBFS, {}, WORKSPACE_PATH);
|
|
260
260
|
// Synchronize the filesystem from IndexedDB to memory
|
|
261
261
|
await this.populateFS();
|
|
@@ -118,7 +118,7 @@ export class JsonServer {
|
|
|
118
118
|
const jsonDocument = this.getJSONDocument(document);
|
|
119
119
|
return this.jsonService.findDocumentSymbols(document, jsonDocument);
|
|
120
120
|
}
|
|
121
|
-
//
|
|
121
|
+
// oxlint-disable-next-line @typescript-eslint/no-explicit-any
|
|
122
122
|
executeCommand(params) {
|
|
123
123
|
if (params.command === 'json.documentUpper' && params.arguments) {
|
|
124
124
|
const versionedTextDocumentIdentifier = params.arguments[0];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monaco-languageclient-examples",
|
|
3
|
-
"version": "2025.11.2
|
|
3
|
+
"version": "2025.11.2",
|
|
4
4
|
"description": "Monaco Language client examples",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "TypeFox GmbH",
|
|
@@ -82,52 +82,52 @@
|
|
|
82
82
|
"LICENSE"
|
|
83
83
|
],
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@codingame/monaco-vscode-configuration-service-override": "^23.
|
|
86
|
-
"@codingame/monaco-vscode-cpp-default-extension": "^23.
|
|
87
|
-
"@codingame/monaco-vscode-debug-service-override": "^23.
|
|
88
|
-
"@codingame/monaco-vscode-editor-api": "^23.
|
|
89
|
-
"@codingame/monaco-vscode-environment-service-override": "^23.
|
|
90
|
-
"@codingame/monaco-vscode-explorer-service-override": "^23.
|
|
91
|
-
"@codingame/monaco-vscode-extension-api": "^23.
|
|
92
|
-
"@codingame/monaco-vscode-files-service-override": "^23.
|
|
93
|
-
"@codingame/monaco-vscode-groovy-default-extension": "^23.
|
|
94
|
-
"@codingame/monaco-vscode-java-default-extension": "^23.
|
|
95
|
-
"@codingame/monaco-vscode-javascript-default-extension": "^23.
|
|
96
|
-
"@codingame/monaco-vscode-json-default-extension": "^23.
|
|
97
|
-
"@codingame/monaco-vscode-keybindings-service-override": "^23.
|
|
98
|
-
"@codingame/monaco-vscode-lifecycle-service-override": "^23.
|
|
99
|
-
"@codingame/monaco-vscode-localization-service-override": "^23.
|
|
100
|
-
"@codingame/monaco-vscode-preferences-service-override": "^23.
|
|
101
|
-
"@codingame/monaco-vscode-python-default-extension": "^23.
|
|
102
|
-
"@codingame/monaco-vscode-remote-agent-service-override": "^23.
|
|
103
|
-
"@codingame/monaco-vscode-search-result-default-extension": "^23.
|
|
104
|
-
"@codingame/monaco-vscode-search-service-override": "^23.
|
|
105
|
-
"@codingame/monaco-vscode-secret-storage-service-override": "^23.
|
|
106
|
-
"@codingame/monaco-vscode-standalone-json-language-features": "^23.
|
|
107
|
-
"@codingame/monaco-vscode-standalone-typescript-language-features": "^23.
|
|
108
|
-
"@codingame/monaco-vscode-testing-service-override": "^23.
|
|
109
|
-
"@codingame/monaco-vscode-storage-service-override": "^23.
|
|
110
|
-
"@codingame/monaco-vscode-textmate-service-override": "^23.
|
|
111
|
-
"@codingame/monaco-vscode-theme-defaults-default-extension": "^23.
|
|
112
|
-
"@codingame/monaco-vscode-theme-service-override": "^23.
|
|
113
|
-
"@codingame/monaco-vscode-typescript-basics-default-extension": "^23.
|
|
114
|
-
"@codingame/monaco-vscode-typescript-language-features-default-extension": "^23.
|
|
115
|
-
"@codingame/monaco-vscode-views-service-override": "^23.
|
|
116
|
-
"@codingame/monaco-vscode-view-banner-service-override": "^23.
|
|
117
|
-
"@codingame/monaco-vscode-view-status-bar-service-override": "^23.
|
|
118
|
-
"@codingame/monaco-vscode-view-title-bar-service-override": "^23.
|
|
119
|
-
"@codingame/monaco-vscode-outline-service-override": "^23.
|
|
120
|
-
"@typefox/monaco-editor-react": "~7.4.0
|
|
85
|
+
"@codingame/monaco-vscode-configuration-service-override": "^23.2.2",
|
|
86
|
+
"@codingame/monaco-vscode-cpp-default-extension": "^23.2.2",
|
|
87
|
+
"@codingame/monaco-vscode-debug-service-override": "^23.2.2",
|
|
88
|
+
"@codingame/monaco-vscode-editor-api": "^23.2.2",
|
|
89
|
+
"@codingame/monaco-vscode-environment-service-override": "^23.2.2",
|
|
90
|
+
"@codingame/monaco-vscode-explorer-service-override": "^23.2.2",
|
|
91
|
+
"@codingame/monaco-vscode-extension-api": "^23.2.2",
|
|
92
|
+
"@codingame/monaco-vscode-files-service-override": "^23.2.2",
|
|
93
|
+
"@codingame/monaco-vscode-groovy-default-extension": "^23.2.2",
|
|
94
|
+
"@codingame/monaco-vscode-java-default-extension": "^23.2.2",
|
|
95
|
+
"@codingame/monaco-vscode-javascript-default-extension": "^23.2.2",
|
|
96
|
+
"@codingame/monaco-vscode-json-default-extension": "^23.2.2",
|
|
97
|
+
"@codingame/monaco-vscode-keybindings-service-override": "^23.2.2",
|
|
98
|
+
"@codingame/monaco-vscode-lifecycle-service-override": "^23.2.2",
|
|
99
|
+
"@codingame/monaco-vscode-localization-service-override": "^23.2.2",
|
|
100
|
+
"@codingame/monaco-vscode-preferences-service-override": "^23.2.2",
|
|
101
|
+
"@codingame/monaco-vscode-python-default-extension": "^23.2.2",
|
|
102
|
+
"@codingame/monaco-vscode-remote-agent-service-override": "^23.2.2",
|
|
103
|
+
"@codingame/monaco-vscode-search-result-default-extension": "^23.2.2",
|
|
104
|
+
"@codingame/monaco-vscode-search-service-override": "^23.2.2",
|
|
105
|
+
"@codingame/monaco-vscode-secret-storage-service-override": "^23.2.2",
|
|
106
|
+
"@codingame/monaco-vscode-standalone-json-language-features": "^23.2.2",
|
|
107
|
+
"@codingame/monaco-vscode-standalone-typescript-language-features": "^23.2.2",
|
|
108
|
+
"@codingame/monaco-vscode-testing-service-override": "^23.2.2",
|
|
109
|
+
"@codingame/monaco-vscode-storage-service-override": "^23.2.2",
|
|
110
|
+
"@codingame/monaco-vscode-textmate-service-override": "^23.2.2",
|
|
111
|
+
"@codingame/monaco-vscode-theme-defaults-default-extension": "^23.2.2",
|
|
112
|
+
"@codingame/monaco-vscode-theme-service-override": "^23.2.2",
|
|
113
|
+
"@codingame/monaco-vscode-typescript-basics-default-extension": "^23.2.2",
|
|
114
|
+
"@codingame/monaco-vscode-typescript-language-features-default-extension": "^23.2.2",
|
|
115
|
+
"@codingame/monaco-vscode-views-service-override": "^23.2.2",
|
|
116
|
+
"@codingame/monaco-vscode-view-banner-service-override": "^23.2.2",
|
|
117
|
+
"@codingame/monaco-vscode-view-status-bar-service-override": "^23.2.2",
|
|
118
|
+
"@codingame/monaco-vscode-view-title-bar-service-override": "^23.2.2",
|
|
119
|
+
"@codingame/monaco-vscode-outline-service-override": "^23.2.2",
|
|
120
|
+
"@typefox/monaco-editor-react": "~7.4.0",
|
|
121
121
|
"cors": "~2.8.5",
|
|
122
122
|
"express": "~5.1.0",
|
|
123
123
|
"jszip": "~3.10.1",
|
|
124
124
|
"langium": "~4.1.0",
|
|
125
|
-
"monaco-languageclient": "~10.4.0
|
|
125
|
+
"monaco-languageclient": "~10.4.0",
|
|
126
126
|
"pyright": "~1.1.407",
|
|
127
127
|
"react": "~19.2.0",
|
|
128
128
|
"react-dom": "~19.2.0",
|
|
129
129
|
"request-light": "~0.8.0",
|
|
130
|
-
"vscode": "npm:@codingame/monaco-vscode-extension-api@^23.
|
|
130
|
+
"vscode": "npm:@codingame/monaco-vscode-extension-api@^23.2.2",
|
|
131
131
|
"vscode-json-languageservice": "~5.6.3",
|
|
132
132
|
"vscode-languageclient": "~9.0.1",
|
|
133
133
|
"vscode-languageserver": "~9.0.1",
|
|
@@ -17,7 +17,7 @@ import JSZip from 'jszip';
|
|
|
17
17
|
declare const self: DedicatedWorkerGlobalScope;
|
|
18
18
|
|
|
19
19
|
interface RequiredResources {
|
|
20
|
-
//
|
|
20
|
+
// oxlint-disable-next-line @typescript-eslint/no-explicit-any
|
|
21
21
|
ClangdJsModule: any;
|
|
22
22
|
wasmDataUrl: string;
|
|
23
23
|
}
|
|
@@ -86,7 +86,7 @@ export class ClangdInteractionWorker implements ComRouter {
|
|
|
86
86
|
await this.updateRemoteFilesystem();
|
|
87
87
|
|
|
88
88
|
// run main clangd
|
|
89
|
-
//
|
|
89
|
+
// oxlint-disable-next-line @typescript-eslint/no-explicit-any
|
|
90
90
|
(clangd as any).callMain([]);
|
|
91
91
|
|
|
92
92
|
// send the launch complete message to the client
|
|
@@ -316,7 +316,7 @@ export class ClangdInteractionWorker implements ComRouter {
|
|
|
316
316
|
this.emscriptenFS.mkdir(WORKSPACE_PATH);
|
|
317
317
|
|
|
318
318
|
// Mounting IndexedDB filesystem
|
|
319
|
-
//
|
|
319
|
+
// oxlint-disable-next-line @typescript-eslint/no-explicit-any
|
|
320
320
|
this.emscriptenFS.mount((this.emscriptenFS as any).filesystems.IDBFS, {}, WORKSPACE_PATH);
|
|
321
321
|
|
|
322
322
|
// Synchronize the filesystem from IndexedDB to memory
|
|
@@ -156,7 +156,7 @@ export class JsonServer {
|
|
|
156
156
|
return this.jsonService.findDocumentSymbols(document, jsonDocument);
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
//
|
|
159
|
+
// oxlint-disable-next-line @typescript-eslint/no-explicit-any
|
|
160
160
|
protected executeCommand(params: ExecuteCommandParams): any {
|
|
161
161
|
if (params.command === 'json.documentUpper' && params.arguments) {
|
|
162
162
|
const versionedTextDocumentIdentifier = params.arguments[0];
|