diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-01-09 15:16:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-09 15:16:39 +0100 |
| commit | cf5bdf464cad7ceb9a67e07985a3f4d3799ec0b6 (patch) | |
| tree | ba52dfcf74bc4a70ff63354614f42e24c3786758 /docs | |
| parent | 3263c7076613bf8c3c32bb2bd5be29f10eb0284c (diff) | |
| parent | 11caebe6cea4d0ec51a1b886280f8c53548eda8e (diff) | |
| download | rust-cf5bdf464cad7ceb9a67e07985a3f4d3799ec0b6.tar.gz rust-cf5bdf464cad7ceb9a67e07985a3f4d3799ec0b6.zip | |
Merge pull request #2732 from detrumi/cargo-toml-not-found-message-toggle
Flag to hide 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 28244572237..fa202f06ccc 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -122,6 +122,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, } ``` |
