aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-08-22 12:44:16 +0100
committerAleksey Kladov <[email protected]>2019-08-22 13:07:31 +0100
commit69bbe79c5037eb3cd00744593d1836e45a6f56e1 (patch)
treefc48327d9d70b320c60e6c9fc19fdc5bdbff88f9 /editors/code/package.json
parent4dd5afb7fe2eb20748ade9141e74b04f5dd2f922 (diff)
implement feature flags
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",