diff options
Diffstat (limited to 'docs/user')
-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 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 | ||