Skip to content

Commit ab0b64b

Browse files
committed
fix comment round 3
1 parent 0240294 commit ab0b64b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/user/generated_config.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ also need to add the folders to Code's `files.watcherExclude`.
260260
[[rust-analyzer.files.watcher]]rust-analyzer.files.watcher (default: `"client"`)::
261261
+
262262
--
263+
Find All References config.
264+
--
265+
[[rust-analyzer.findAllRefs.excludeImports]]rust-analyzer.findAllRefs.excludeImports (default: `false`)::
266+
+
267+
--
263268
Controls file watching implementation.
264269
--
265270
[[rust-analyzer.highlightRelated.breakPoints.enable]]rust-analyzer.highlightRelated.breakPoints.enable (default: `true`)::

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@
840840
"minimum": 0
841841
},
842842
"rust-analyzer.findAllRefs.excludeImports": {
843-
"markdownDescription": "Exclude imports from Find All References results",
843+
"markdownDescription": "Exclude imports from find-all-references.",
844844
"default": false,
845845
"type": "boolean"
846846
},

0 commit comments

Comments
 (0)