aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-01-09 14:16:39 +0000
committerGitHub <[email protected]>2020-01-09 14:16:39 +0000
commitcf5bdf464cad7ceb9a67e07985a3f4d3799ec0b6 (patch)
treeba52dfcf74bc4a70ff63354614f42e24c3786758 /docs
parent3263c7076613bf8c3c32bb2bd5be29f10eb0284c (diff)
parent11caebe6cea4d0ec51a1b886280f8c53548eda8e (diff)
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 282445722..fa202f06c 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -122,6 +122,8 @@ host.
122 "completion.enable-postfix": true, 122 "completion.enable-postfix": true,
123 // Show notification when workspace is fully loaded 123 // Show notification when workspace is fully loaded
124 "notifications.workspace-loaded": true, 124 "notifications.workspace-loaded": true,
125 // Show error when no Cargo.toml was found
126 "notifications.cargo-toml-not-found": true,
125 } 127 }
126 ``` 128 ```
127 129