aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/util.ts
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-09-02 16:11:22 +0100
committerGitHub <[email protected]>2020-09-02 16:11:22 +0100
commit7f79dbc84f5d69ec6f48fa8d67bdfa0525c5dd34 (patch)
tree90d1912ea279c6c76249320a9a750b383eda2d36 /editors/code/src/util.ts
parenta2e8e513e4907da2662dcec12c7e9d262873a664 (diff)
parent36692bdffa59accee75e34647d83cbd8190b7906 (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/src/util.ts')
-rw-r--r--editors/code/src/util.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/util.ts b/editors/code/src/util.ts
index ec2087502..08159b43c 100644
--- a/editors/code/src/util.ts
+++ b/editors/code/src/util.ts
@@ -1,4 +1,4 @@
1import * as lc from "vscode-languageclient"; 1import * as lc from "vscode-languageclient/node";
2import * as vscode from "vscode"; 2import * as vscode from "vscode";
3import { strict as nativeAssert } from "assert"; 3import { strict as nativeAssert } from "assert";
4import { spawnSync } from "child_process"; 4import { spawnSync } from "child_process";