diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-10-17 17:04:13 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-17 17:04:13 +0100 |
commit | 6b588004c6853eeef9557ddcef90304d612367c0 (patch) | |
tree | 2fed9fb5f8d946fb134c22712ed7864fabf96767 /editors | |
parent | 6df2bcd7ca97261b59ca04a85b7355432a63c0d9 (diff) | |
parent | 3a86a6dfb5d41aa915b2bae7b509817d806359c8 (diff) |
Merge #2024
2024: Add rust-analyzer.showWorkspaceLoadedNotification to package.json r=matklad a=lnicola
Fixes #2016
I still believe the option has no effect, but...
Co-authored-by: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'editors')
-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", |