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:
bors[bot] 2019-10-17 16:04:13 +00:00 committed by GitHub
commit 6b588004c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,6 +224,11 @@
"description": "`cargo-watch` command. (e.g: `clippy` will run as `cargo watch -x clippy` )",
"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": {
"type": "string",
"scope": "window",