[PATCH] D67964: [clangd] Update vscode lsp dependencies to pickup the new changes in LSP v3.15.0.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 26 04:34:49 PDT 2019
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",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67964.221917.patch
Type: text/x-patch
Size: 746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190926/f4faede9/attachment.bin>
More information about the cfe-commits
mailing list