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 4f4116c30..6649f5b73 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -224,6 +224,11 @@
224 "description": "`cargo-watch` command. (e.g: `clippy` will run as `cargo watch -x clippy` )", 224 "description": "`cargo-watch` command. (e.g: `clippy` will run as `cargo watch -x clippy` )",
225 "default": "check" 225 "default": "check"
226 }, 226 },
227 "rust-analyzer.showWorkspaceLoadedNotification": {
228 "type": "boolean",
229 "description": "Controls whether rust-analyzer displays a notification when a project is loaded.",
230 "default": false
231 },
227 "rust-analyzer.trace.server": { 232 "rust-analyzer.trace.server": {
228 "type": "string", 233 "type": "string",
229 "scope": "window", 234 "scope": "window",