about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2020-01-09 15:16:39 +0100
committerGitHub <noreply@github.com>2020-01-09 15:16:39 +0100
commitcf5bdf464cad7ceb9a67e07985a3f4d3799ec0b6 (patch)
treeba52dfcf74bc4a70ff63354614f42e24c3786758 /docs
parent3263c7076613bf8c3c32bb2bd5be29f10eb0284c (diff)
parent11caebe6cea4d0ec51a1b886280f8c53548eda8e (diff)
downloadrust-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.md2
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,
    }
    ```