mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
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 <lnicola@dend.ro>
This commit is contained in:
commit
6b588004c6
1 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue