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 fda411810..47eaac878 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -150,6 +150,11 @@
150 "default": false, 150 "default": false,
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.showWorkspaceLoadedNotification": {
154 "type": "boolean",
155 "default": true,
156 "description": "Show notification when workspace was loaded"
157 },
153 "rust-analyzer.enableEnhancedTyping": { 158 "rust-analyzer.enableEnhancedTyping": {
154 "type": "boolean", 159 "type": "boolean",
155 "default": true, 160 "default": true,