This revision was automatically updated to reflect the committed changes.
Closed by commit rL372970: [clangd][vscode] Update vscode lsp dependencies to 
pickup the new changes in… (authored by hokein, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D67964?vs=221539&id=221917#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67964/new/

https://reviews.llvm.org/D67964

Files:
  clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json


Index: clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
===================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
@@ -37,9 +37,9 @@
     },
     "dependencies": {
         "jsonc-parser": "^2.1.0",
-        "vscode-languageclient": "^5.3.0-next.6",
-        "vscode-languageserver": "^5.3.0-next.6",
-        "vscode-languageserver-types": "^3.14.0"
+        "vscode-languageclient": "^6.0.0-next.1",
+        "vscode-languageserver": "^6.0.0-next.1",
+        "vscode-languageserver-types": "^3.15.0-next.5"
     },
     "devDependencies": {
         "@types/mocha": "^2.2.32",


Index: clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
===================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
@@ -37,9 +37,9 @@
     },
     "dependencies": {
         "jsonc-parser": "^2.1.0",
-        "vscode-languageclient": "^5.3.0-next.6",
-        "vscode-languageserver": "^5.3.0-next.6",
-        "vscode-languageserver-types": "^3.14.0"
+        "vscode-languageclient": "^6.0.0-next.1",
+        "vscode-languageserver": "^6.0.0-next.1",
+        "vscode-languageserver-types": "^3.15.0-next.5"
     },
     "devDependencies": {
         "@types/mocha": "^2.2.32",
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to