aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2020-02-26 13:42:26 +0000
committerJeremy Kolb <[email protected]>2020-02-26 13:42:26 +0000
commit74125d012e339f1ab7b2be63845d9dc96dab7db1 (patch)
treeb85f494b7b653f2a181d3b71895ede8d6a5eba97 /editors/code/package.json
parent80f8e474a0c6a1cf477afc2141f9d6182f8b05a3 (diff)
Enable SemanticTokens on the client
This will crash the extension on stable and insiders without the "--enable-proposed-api matklad.rust-analyzer" command line switch.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index dff535fcd..16466faff 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -18,6 +18,7 @@
18 "engines": { 18 "engines": {
19 "vscode": "^1.42.0" 19 "vscode": "^1.42.0"
20 }, 20 },
21 "enableProposedApi": true,
21 "scripts": { 22 "scripts": {
22 "vscode:prepublish": "tsc && rollup -c", 23 "vscode:prepublish": "tsc && rollup -c",
23 "package": "vsce package -o rust-analyzer.vsix", 24 "package": "vsce package -o rust-analyzer.vsix",