diff options
| author | Wilco Kusee <wilcokusee@gmail.com> | 2020-01-03 15:04:54 +0100 |
|---|---|---|
| committer | Wilco Kusee <wilcokusee@gmail.com> | 2020-01-03 15:04:54 +0100 |
| commit | e7bb82c3a494e08cbcd283b8292579a9cf0bb1a3 (patch) | |
| tree | 8d47f5c3efb1260bc7dc0b75c824613afa5b069b /docs | |
| parent | 6c321d7318b94ee93dc60dc88d1e68afa94e8c4f (diff) | |
| download | rust-e7bb82c3a494e08cbcd283b8292579a9cf0bb1a3.tar.gz rust-e7bb82c3a494e08cbcd283b8292579a9cf0bb1a3.zip | |
Allow disabling Cargo.toml not found error
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index a4b081dbb3d..8cf4b68fd80 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, } ``` |
