Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/configuration_generated.md')
-rw-r--r--docs/book/src/configuration_generated.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/book/src/configuration_generated.md b/docs/book/src/configuration_generated.md
index 0c6674b140..0a612d20b9 100644
--- a/docs/book/src/configuration_generated.md
+++ b/docs/book/src/configuration_generated.md
@@ -102,6 +102,10 @@ Default:
List of cfg options to enable with the given values.
+To enable a name without a value, use `"key"`.
+To enable a name with a value, use `"key=value"`.
+To disable, prefix the entry with a `!`.
+
**rust-analyzer.cargo.extraArgs** (default: [])
@@ -559,6 +563,11 @@ also need to add the folders to Code's `files.watcherExclude`.
`#rust-analyzer.hover.documentation.enable#` is set.
+**rust-analyzer.hover.dropGlue.enable** (default: true)
+
+ Whether to show drop glue information on hover.
+
+
**rust-analyzer.hover.links.enable** (default: true)
Use markdown syntax for links on hover.