@codingame/monaco-vscode-typescript-language-features-default-extension 4.4.1 → 4.5.0
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/index.js
CHANGED
|
@@ -109,8 +109,8 @@ registerFileUrl('dist/browser/typescript/tsserver.web.js.LICENSE.txt', new URL('
|
|
|
109
109
|
registerFileUrl('dist/browser/typescript/tsserver.web.js.map', new URL('./resources/tsserver.web.js.map', import.meta.url).toString(), 'application/json');
|
|
110
110
|
registerFileUrl('dist/browser/typescript/typesMap.json', new URL('./resources/typesMap.json', import.meta.url).toString(), 'application/json');
|
|
111
111
|
registerFileUrl('dist/browser/typescript/typescript.d.ts', new URL('./resources/typescript.d.ts.txt', import.meta.url).toString(), 'video/mp2t');
|
|
112
|
-
registerFileUrl('dist/browser/typescript/
|
|
113
|
-
registerFileUrl('dist/browser/typescript/
|
|
112
|
+
registerFileUrl('dist/browser/typescript/cs/diagnosticMessages.generated.json', new URL('./resources/diagnosticMessages.generated.json', import.meta.url).toString(), 'application/json');
|
|
113
|
+
registerFileUrl('dist/browser/typescript/de/diagnosticMessages.generated.json', new URL('./resources/diagnosticMessages.generated2.json', import.meta.url).toString(), 'application/json');
|
|
114
114
|
registerFileUrl('dist/browser/typescript/es/diagnosticMessages.generated.json', new URL('./resources/diagnosticMessages.generated3.json', import.meta.url).toString(), 'application/json');
|
|
115
115
|
registerFileUrl('dist/browser/typescript/fr/diagnosticMessages.generated.json', new URL('./resources/diagnosticMessages.generated4.json', import.meta.url).toString(), 'application/json');
|
|
116
116
|
registerFileUrl('dist/browser/typescript/it/diagnosticMessages.generated.json', new URL('./resources/diagnosticMessages.generated5.json', import.meta.url).toString(), 'application/json');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-typescript-language-features-default-extension",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@4.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@4.5.0"
|
|
22
22
|
}
|
|
23
23
|
}
|