mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Add rust-analyzer.showWorkspaceLoadedNotification to package.json
This commit is contained in:
parent
762fce5bdd
commit
3a86a6dfb5
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…
Reference in a new issue