diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-09-02 16:11:22 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-02 16:11:22 +0100 |
commit | 7f79dbc84f5d69ec6f48fa8d67bdfa0525c5dd34 (patch) | |
tree | 90d1912ea279c6c76249320a9a750b383eda2d36 /editors/code/package.json | |
parent | a2e8e513e4907da2662dcec12c7e9d262873a664 (diff) | |
parent | 36692bdffa59accee75e34647d83cbd8190b7906 (diff) |
Merge #5930
5930: Migrate to the latest Semantic Tokens Proposal for LSP 3.16 r=matklad a=kjeremy
This stabilizes call hierarchy and semantic tokens features on the client side and changes the server-side semantic tokens protocol to match the latest proposal for 3.16.
The server-side change will break clients depending on the earlier semantic tokens draft.
Fixes #4942
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 7828407ad..6fc4464df 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -36,7 +36,7 @@ | |||
36 | }, | 36 | }, |
37 | "dependencies": { | 37 | "dependencies": { |
38 | "node-fetch": "^2.6.0", | 38 | "node-fetch": "^2.6.0", |
39 | "vscode-languageclient": "7.0.0-next.1" | 39 | "vscode-languageclient": "7.0.0-next.9" |
40 | }, | 40 | }, |
41 | "devDependencies": { | 41 | "devDependencies": { |
42 | "@rollup/plugin-commonjs": "^13.0.2", | 42 | "@rollup/plugin-commonjs": "^13.0.2", |