about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorkjeremy <kjeremy@gmail.com>2020-04-08 15:45:39 -0400
committerkjeremy <kjeremy@gmail.com>2020-04-08 15:45:39 -0400
commit6f0f86d2c57749000df2d6dc2932983173f948ee (patch)
tree74828e0f7fcc984487137f0b3534100f34810455 /editors/code/package.json
parent779555c1beac90f633c01a773558c4007c99c97f (diff)
downloadrust-6f0f86d2c57749000df2d6dc2932983173f948ee.tar.gz
rust-6f0f86d2c57749000df2d6dc2932983173f948ee.zip
Enable the SemanticTokensFeature by default
This is covered under vscode's "editor.semanticHighlighting.enabled"
setting plus the user has to have a theme that has opted into highlighting.

Bumps required vscode stable to 1.44
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 94edc6eebb3..0bf7b6ae68c 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -21,7 +21,7 @@
         "Programming Languages"
     ],
     "engines": {
-        "vscode": "^1.43.0"
+        "vscode": "^1.44.0"
     },
     "enableProposedApi": true,
     "scripts": {
@@ -342,11 +342,6 @@
                     "default": true,
                     "description": "Show function name and docs in parameter hints"
                 },
-                "rust-analyzer.highlighting.semanticTokens": {
-                    "type": "boolean",
-                    "default": false,
-                    "description": "Use proposed semantic tokens API for syntax highlighting"
-                },
                 "rust-analyzer.updates.channel": {
                     "type": "string",
                     "enum": [