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.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 98faf538f..95ec6cff6 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -165,10 +165,10 @@
165 "default": false, 165 "default": false,
166 "description": "When highlighting Rust code, use a unique color per identifier" 166 "description": "When highlighting Rust code, use a unique color per identifier"
167 }, 167 },
168 "rust-analyzer.showWorkspaceLoadedNotification": { 168 "rust-analyzer.featureFlags": {
169 "type": "boolean", 169 "type": "object",
170 "default": true, 170 "default": {},
171 "description": "Show notification when workspace was loaded" 171 "description": "Fine grained feature flags to disable annoying features"
172 }, 172 },
173 "rust-analyzer.enableEnhancedTyping": { 173 "rust-analyzer.enableEnhancedTyping": {
174 "type": "boolean", 174 "type": "boolean",