From 69bbe79c5037eb3cd00744593d1836e45a6f56e1 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 22 Aug 2019 14:44:16 +0300 Subject: implement feature flags --- editors/code/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'editors/code/package.json') 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 @@ "default": false, "description": "When highlighting Rust code, use a unique color per identifier" }, - "rust-analyzer.showWorkspaceLoadedNotification": { - "type": "boolean", - "default": true, - "description": "Show notification when workspace was loaded" + "rust-analyzer.featureFlags": { + "type": "object", + "default": {}, + "description": "Fine grained feature flags to disable annoying features" }, "rust-analyzer.enableEnhancedTyping": { "type": "boolean", -- cgit v1.2.3