diff --git a/theia-cpp-docker/next.package.json b/theia-cpp-docker/next.package.json index c08f4ab8..619ebe4c 100644 --- a/theia-cpp-docker/next.package.json +++ b/theia-cpp-docker/next.package.json @@ -25,7 +25,6 @@ "@theia/filesystem": "next", "@theia/getting-started": "next", "@theia/git": "next", - "@theia/json": "next", "@theia/keymaps": "next", "@theia/languages": "next", "@theia/markers": "next", @@ -53,10 +52,6 @@ "@theia/vsx-registry": "next", "@theia/workspace": "next" }, - "resolutions": { - "vscode-json-languageserver": "1.2.2", - "**/vscode-json-languageserver/**/vscode-languageserver": "6.0.0-next.1" - }, "devDependencies": { "@theia/cli": "next" }, @@ -84,7 +79,8 @@ "vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix", "vscode-builtin-java": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/java-1.39.1-prel.vsix", "vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix", - "vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", + "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", "vscode-builtin-less": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/less-1.39.1-prel.vsix", "vscode-builtin-log": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/log-1.39.1-prel.vsix", "vscode-builtin-lua": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/lua-1.39.1-prel.vsix", @@ -126,4 +122,4 @@ "vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.5/file/llvm-vs-code-extensions.vscode-clangd-0.1.5.vsix", "vscode-editorconfig": "https://github.com/theia-ide/editorconfig-vscode/releases/download/v0.14.4/EditorConfig-0.14.4.vsix" } -} \ No newline at end of file +} diff --git a/theia-dart-docker/next.package.json b/theia-dart-docker/next.package.json index 802c0923..73baf4e9 100644 --- a/theia-dart-docker/next.package.json +++ b/theia-dart-docker/next.package.json @@ -15,7 +15,6 @@ "@theia/file-search": "next", "@theia/getting-started": "next", "@theia/git": "next", - "@theia/json": "next", "@theia/markers": "next", "@theia/messages": "next", "@theia/navigator": "next", @@ -31,12 +30,6 @@ "@theia/cli": "next", "@theia/debug": "next" }, - "resolutions": { - "vscode-json-languageserver": "1.2.2", - "vscode-languageserver-protocol": "3.15.0-next.9", - "vscode-languageserver-types": "3.15.0-next.5", - "**/vscode-json-languageserver/**/vscode-languageserver": "6.0.0-next.1" - }, "theiaPluginsDir": "plugins", "theiaPlugins": { "vscode-builtin-bat": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/bat-1.39.1-prel.vsix", @@ -61,7 +54,8 @@ "vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix", "vscode-builtin-java": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/java-1.39.1-prel.vsix", "vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix", - "vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", + "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", "vscode-builtin-less": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/less-1.39.1-prel.vsix", "vscode-builtin-log": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/log-1.39.1-prel.vsix", "vscode-builtin-lua": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/lua-1.39.1-prel.vsix", diff --git a/theia-docker/next.package.json b/theia-docker/next.package.json index 7cd06234..b222bdbe 100644 --- a/theia-docker/next.package.json +++ b/theia-docker/next.package.json @@ -17,7 +17,6 @@ "@theia/file-search": "next", "@theia/getting-started": "next", "@theia/git": "next", - "@theia/json": "next", "@theia/markers": "next", "@theia/messages": "next", "@theia/mini-browser": "next", @@ -65,7 +64,8 @@ "vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix", "vscode-builtin-java": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/java-1.39.1-prel.vsix", "vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix", - "vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", + "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", "vscode-builtin-less": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/less-1.39.1-prel.vsix", "vscode-builtin-log": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/log-1.39.1-prel.vsix", "vscode-builtin-lua": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/lua-1.39.1-prel.vsix", diff --git a/theia-full-docker/next.package.json b/theia-full-docker/next.package.json index 23db13e7..f44cd1ca 100644 --- a/theia-full-docker/next.package.json +++ b/theia-full-docker/next.package.json @@ -23,7 +23,6 @@ "@theia/filesystem": "next", "@theia/getting-started": "next", "@theia/git": "next", - "@theia/json": "next", "@theia/keymaps": "next", "@theia/languages": "next", "@theia/markers": "next", @@ -53,12 +52,6 @@ "@theia/vsx-registry": "next", "@theia/workspace": "next" }, - "resolutions": { - "vscode-json-languageserver": "1.2.2", - "vscode-languageserver-protocol": "3.15.0-next.9", - "vscode-languageserver-types": "3.15.0-next.5", - "**/vscode-json-languageserver/**/vscode-languageserver": "6.0.0-next.1" - }, "devDependencies": { "@theia/cli": "next" }, @@ -86,7 +79,8 @@ "vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix", "vscode-builtin-java": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/java-1.39.1-prel.vsix", "vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix", - "vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", + "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", "vscode-builtin-less": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/less-1.39.1-prel.vsix", "vscode-builtin-log": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/log-1.39.1-prel.vsix", "vscode-builtin-lua": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/lua-1.39.1-prel.vsix", @@ -143,4 +137,4 @@ "vscode-dart": "https://github.com/Dart-Code/Dart-Code/releases/download/v3.8.1/Dart-Code.dart-code-3.8.1.vsix", "vscode-flutter": "https://github.com/Dart-Code/Flutter/releases/download/v3.8.1/Dart-Code.flutter-3.8.1.vsix" } -} \ No newline at end of file +} diff --git a/theia-go-docker/next.package.json b/theia-go-docker/next.package.json index 59d2e74f..0a44a811 100644 --- a/theia-go-docker/next.package.json +++ b/theia-go-docker/next.package.json @@ -15,7 +15,6 @@ "@theia/file-search": "next", "@theia/getting-started": "next", "@theia/git": "next", - "@theia/json": "next", "@theia/markers": "next", "@theia/messages": "next", "@theia/navigator": "next", @@ -55,7 +54,8 @@ "vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix", "vscode-builtin-java": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/java-1.39.1-prel.vsix", "vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix", - "vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", + "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", "vscode-builtin-less": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/less-1.39.1-prel.vsix", "vscode-builtin-log": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/log-1.39.1-prel.vsix", "vscode-builtin-lua": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/lua-1.39.1-prel.vsix", @@ -96,11 +96,5 @@ "vscode-builtin-yaml": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/yaml-1.39.1-prel.vsix", "vscode-editorconfig": "https://github.com/theia-ide/editorconfig-vscode/releases/download/v0.14.4/EditorConfig-0.14.4.vsix", "vscode-go": "https://github.com/microsoft/vscode-go/releases/download/0.12.0/Go-0.12.0.vsix" - }, - "resolutions": { - "vscode-json-languageserver": "1.2.2", - "vscode-languageserver-protocol": "3.15.0-next.9", - "vscode-languageserver-types": "3.15.0-next.5", - "**/vscode-json-languageserver/**/vscode-languageserver": "6.0.0-next.1" } -} \ No newline at end of file +} diff --git a/theia-java-docker/next.package.json b/theia-java-docker/next.package.json index c034f634..776744da 100644 --- a/theia-java-docker/next.package.json +++ b/theia-java-docker/next.package.json @@ -15,7 +15,6 @@ "@theia/file-search": "next", "@theia/getting-started": "next", "@theia/git": "next", - "@theia/json": "next", "@theia/markers": "next", "@theia/messages": "next", "@theia/navigator": "next", @@ -52,7 +51,8 @@ "vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix", "vscode-builtin-java": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/java-1.39.1-prel.vsix", "vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix", - "vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", + "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", "vscode-builtin-less": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/less-1.39.1-prel.vsix", "vscode-builtin-log": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/log-1.39.1-prel.vsix", "vscode-builtin-lua": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/lua-1.39.1-prel.vsix", @@ -96,12 +96,6 @@ "vscode-java-test": "https://github.com/microsoft/vscode-java-test/releases/download/0.22.0/vscjava.vscode-java-test-0.22.0.vsix", "vscode-java-dependency-viewer": "https://github.com/microsoft/vscode-java-dependency/releases/download/0.6.0/vscode-java-dependency-0.6.0.vsix" }, - "resolutions": { - "vscode-json-languageserver": "1.2.2", - "vscode-languageserver-protocol": "3.15.0-next.9", - "vscode-languageserver-types": "3.15.0-next.5", - "**/vscode-json-languageserver/**/vscode-languageserver": "6.0.0-next.1" - }, "devDependencies": { "@theia/cli": "next" } diff --git a/theia-php-docker/next.package.json b/theia-php-docker/next.package.json index d7525fdf..a96054bb 100644 --- a/theia-php-docker/next.package.json +++ b/theia-php-docker/next.package.json @@ -20,7 +20,6 @@ "@theia/filesystem": "next", "@theia/git": "next", "@theia/getting-started": "next", - "@theia/json": "next", "@theia/keymaps": "next", "@theia/languages": "next", "@theia/markers": "next", @@ -58,7 +57,8 @@ "vscode-builtin-html": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/html-1.39.1-prel.vsix", "vscode-builtin-ini": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/ini-1.39.1-prel.vsix", "vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix", - "vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", + "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", "vscode-builtin-less": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/less-1.39.1-prel.vsix", "vscode-builtin-log": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/log-1.39.1-prel.vsix", "vscode-builtin-markdown": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/markdown-1.39.1-prel.vsix", @@ -85,10 +85,5 @@ "vscode-editorconfig": "https://github.com/theia-ide/editorconfig-vscode/releases/download/v0.14.4/EditorConfig-0.14.4.vsix", "vscode-php-intellisense": "https://github.com/felixfbecker/vscode-php-intellisense/releases/download/v2.3.5/php-intellisense.vsix", "vscode-php-debug": "https://github.com/felixfbecker/vscode-php-debug/releases/download/v1.13.0/php-debug.vsix" - }, - "resolutions": { - "vscode-languageserver-protocol": "3.15.0-next.9", - "vscode-languageserver-types": "3.15.0-next.5", - "**/vscode-json-languageserver/**/vscode-languageserver": "6.0.0-next.1" } } diff --git a/theia-python-docker/next.package.json b/theia-python-docker/next.package.json index 53e5e424..23215943 100644 --- a/theia-python-docker/next.package.json +++ b/theia-python-docker/next.package.json @@ -15,7 +15,6 @@ "@theia/file-search": "next", "@theia/getting-started": "next", "@theia/git": "next", - "@theia/json": "next", "@theia/markers": "next", "@theia/messages": "next", "@theia/monaco": "next", @@ -28,12 +27,6 @@ "@theia/terminal": "next", "@theia/vsx-registry": "next" }, - "resolutions": { - "vscode-json-languageserver": "1.2.2", - "vscode-languageserver-protocol": "3.15.0-next.9", - "vscode-languageserver-types": "3.15.0-next.5", - "**/vscode-json-languageserver/**/vscode-languageserver": "6.0.0-next.1" - }, "devDependencies": { "@theia/cli": "next" }, @@ -61,7 +54,8 @@ "vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix", "vscode-builtin-java": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/java-1.39.1-prel.vsix", "vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix", - "vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", + "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", "vscode-builtin-less": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/less-1.39.1-prel.vsix", "vscode-builtin-log": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/log-1.39.1-prel.vsix", "vscode-builtin-lua": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/lua-1.39.1-prel.vsix", diff --git a/theia-ruby-docker/next.package.json b/theia-ruby-docker/next.package.json index 50439788..2418ec77 100644 --- a/theia-ruby-docker/next.package.json +++ b/theia-ruby-docker/next.package.json @@ -16,7 +16,6 @@ "@theia/file-search": "next", "@theia/getting-started": "next", "@theia/git": "next", - "@theia/json": "next", "@theia/markers": "next", "@theia/messages": "next", "@theia/monaco": "next", @@ -29,11 +28,6 @@ "@theia/search-in-workspace": "next", "@theia/terminal": "next" }, - "resolutions": { - "vscode-json-languageserver": "1.2.2", - "vscode-languageserver-protocol": "3.15.0-next.9", - "vscode-languageserver-types": "3.15.0-next.5" - }, "devDependencies": { "@theia/cli": "next" }, @@ -61,7 +55,8 @@ "vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix", "vscode-builtin-java": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/java-1.39.1-prel.vsix", "vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix", - "vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", + "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", "vscode-builtin-less": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/less-1.39.1-prel.vsix", "vscode-builtin-log": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/log-1.39.1-prel.vsix", "vscode-builtin-lua": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/lua-1.39.1-prel.vsix", diff --git a/theia-rust-docker/next.package.json b/theia-rust-docker/next.package.json index 4f34cf29..bcaa34fa 100644 --- a/theia-rust-docker/next.package.json +++ b/theia-rust-docker/next.package.json @@ -15,7 +15,6 @@ "@theia/filesystem": "next", "@theia/git": "next", "@theia/getting-started": "next", - "@theia/json": "next", "@theia/keymaps": "next", "@theia/languages": "next", "@theia/markers": "next", @@ -44,12 +43,6 @@ "@theia/ext-scripts": "*", "@theia/cpp-debug": "next" }, - "resolutions": { - "vscode-json-languageserver": "1.2.2", - "vscode-languageserver-protocol": "3.15.0-next.9", - "vscode-languageserver-types": "3.15.0-next.5", - "**/vscode-json-languageserver/**/vscode-languageserver": "6.0.0-next.1" - }, "devDependencies": { "@theia/cli": "next" }, @@ -80,7 +73,8 @@ "vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix", "vscode-builtin-java": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/java-1.39.1-prel.vsix", "vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix", - "vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", + "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", "vscode-builtin-less": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/less-1.39.1-prel.vsix", "vscode-builtin-log": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/log-1.39.1-prel.vsix", "vscode-builtin-lua": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/lua-1.39.1-prel.vsix", diff --git a/theia-swift-docker/next.package.json b/theia-swift-docker/next.package.json index 9b487b4f..114b4820 100644 --- a/theia-swift-docker/next.package.json +++ b/theia-swift-docker/next.package.json @@ -16,7 +16,6 @@ "@theia/file-search": "next", "@theia/getting-started": "next", "@theia/git": "next", - "@theia/json": "next", "@theia/markers": "next", "@theia/messages": "next", "@theia/mini-browser": "next", @@ -29,12 +28,6 @@ "@theia/terminal": "next", "@theia/vsx-registry": "next" }, - "resolutions": { - "vscode-json-languageserver": "1.2.2", - "vscode-languageserver-protocol": "3.15.0-next.9", - "vscode-languageserver-types": "3.15.0-next.5", - "**/vscode-json-languageserver/**/vscode-languageserver": "6.0.0-next.1" - }, "devDependencies": { "@theia/cli": "next" }, @@ -62,7 +55,8 @@ "vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix", "vscode-builtin-java": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/java-1.39.1-prel.vsix", "vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix", - "vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", + "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", "vscode-builtin-less": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/less-1.39.1-prel.vsix", "vscode-builtin-log": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/log-1.39.1-prel.vsix", "vscode-builtin-lua": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/lua-1.39.1-prel.vsix", @@ -101,5 +95,6 @@ "vscode-builtin-icon-theme-seti": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/vscode-theme-seti-1.39.1-prel.vsix", "vscode-builtin-xml": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/xml-1.39.1-prel.vsix", "vscode-builtin-yaml": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/yaml-1.39.1-prel.vsix", - "vscode-editorconfig": "https://github.com/theia-ide/editorconfig-vscode/releases/download/v0.14.4/EditorConfig-0.14.4.vsix" } + "vscode-editorconfig": "https://github.com/theia-ide/editorconfig-vscode/releases/download/v0.14.4/EditorConfig-0.14.4.vsix" + } } diff --git a/yangster-docker/next.package.json b/yangster-docker/next.package.json index 8d5eebaf..f99c3cb3 100644 --- a/yangster-docker/next.package.json +++ b/yangster-docker/next.package.json @@ -17,7 +17,6 @@ "@theia/filesystem": "next", "@theia/getting-started": "next", "@theia/git": "next", - "@theia/json": "next", "@theia/languages": "next", "@theia/markers": "next", "@theia/messages": "next", @@ -31,12 +30,6 @@ "@theia/workspace": "next", "theia-yang-extension": "next" }, - "resolutions": { - "vscode-json-languageserver": "1.2.2", - "vscode-languageserver-protocol": "3.15.0-next.9", - "vscode-languageserver-types": "3.15.0-next.5", - "**/vscode-json-languageserver/**/vscode-languageserver": "6.0.0-next.1" - }, "devDependencies": { "@theia/cli": "next" }, @@ -64,7 +57,8 @@ "vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix", "vscode-builtin-java": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/java-1.39.1-prel.vsix", "vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix", - "vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix", + "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", + "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", "vscode-builtin-less": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/less-1.39.1-prel.vsix", "vscode-builtin-log": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/log-1.39.1-prel.vsix", "vscode-builtin-lua": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/lua-1.39.1-prel.vsix",