diff options
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 a4b081dbb..8cf4b68fd 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -118,6 +118,8 @@ host. | |||
118 | "completion.enable-postfix": true, | 118 | "completion.enable-postfix": true, |
119 | // Show notification when workspace is fully loaded | 119 | // Show notification when workspace is fully loaded |
120 | "notifications.workspace-loaded": true, | 120 | "notifications.workspace-loaded": true, |
121 | // Show error when no Cargo.toml was found | ||
122 | "notifications.cargo-toml-not-found": true, | ||
121 | } | 123 | } |
122 | ``` | 124 | ``` |
123 | 125 | ||