From e7bb82c3a494e08cbcd283b8292579a9cf0bb1a3 Mon Sep 17 00:00:00 2001 From: Wilco Kusee Date: Fri, 3 Jan 2020 15:04:54 +0100 Subject: Allow disabling Cargo.toml not found error --- docs/user/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/user') diff --git a/docs/user/README.md b/docs/user/README.md index a4b081dbb..8cf4b68fd 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -118,6 +118,8 @@ host. "completion.enable-postfix": true, // Show notification when workspace is fully loaded "notifications.workspace-loaded": true, + // Show error when no Cargo.toml was found + "notifications.cargo-toml-not-found": true, } ``` -- cgit v1.2.3