diff options
author | Laurențiu Nicola <[email protected]> | 2019-10-17 15:27:59 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2019-10-17 15:27:59 +0100 |
commit | 3a86a6dfb5d41aa915b2bae7b509817d806359c8 (patch) | |
tree | 4981d731bbb94e100fe1c95c922a5b1942d50f05 /editors/code | |
parent | 762fce5bdd166144c33871ae5b2594684eb0169e (diff) |
Add rust-analyzer.showWorkspaceLoadedNotification to package.json
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 5 |
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", |