Add rust-analyzer.showWorkspaceLoadedNotification to package.json

This commit is contained in:
Laurențiu Nicola 2019-10-17 17:27:59 +03:00
parent 762fce5bdd
commit 3a86a6dfb5

View file

@ -224,6 +224,11 @@
"description": "`cargo-watch` command. (e.g: `clippy` will run as `cargo watch -x clippy` )", "description": "`cargo-watch` command. (e.g: `clippy` will run as `cargo watch -x clippy` )",
"default": "check" "default": "check"
}, },
"rust-analyzer.showWorkspaceLoadedNotification": {
"type": "boolean",
"description": "Controls whether rust-analyzer displays a notification when a project is loaded.",
"default": false
},
"rust-analyzer.trace.server": { "rust-analyzer.trace.server": {
"type": "string", "type": "string",
"scope": "window", "scope": "window",