From 3a86a6dfb5d41aa915b2bae7b509817d806359c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Thu, 17 Oct 2019 17:27:59 +0300 Subject: Add rust-analyzer.showWorkspaceLoadedNotification to package.json --- editors/code/package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'editors') 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 @@ "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", -- cgit v1.2.3