diff --git a/editors/code/package.json b/editors/code/package.json index 4f4116c304..6649f5b731 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -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",