aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 1ed834d62..20b04c66f 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -150,6 +150,11 @@
150 "default": true, 150 "default": true,
151 "description": "Highlight Rust code (overrides built-in syntax highlighting)" 151 "description": "Highlight Rust code (overrides built-in syntax highlighting)"
152 }, 152 },
153 "rust-analyzer.enableEnhancedTyping": {
154 "type": "boolean",
155 "default": true,
156 "description": "Enables enhanced typing. NOTE: If using a VIM extension, you should set this to false"
157 },
153 "rust-analyzer.raLspServerPath": { 158 "rust-analyzer.raLspServerPath": {
154 "type": [ 159 "type": [
155 "string" 160 "string"