fix comment round 3
This commit is contained in:
parent
0240294759
commit
ab0b64b26c
@ -260,6 +260,11 @@ also need to add the folders to Code's `files.watcherExclude`.
|
||||
[[rust-analyzer.files.watcher]]rust-analyzer.files.watcher (default: `"client"`)::
|
||||
+
|
||||
--
|
||||
Find All References config.
|
||||
--
|
||||
[[rust-analyzer.findAllRefs.excludeImports]]rust-analyzer.findAllRefs.excludeImports (default: `false`)::
|
||||
+
|
||||
--
|
||||
Controls file watching implementation.
|
||||
--
|
||||
[[rust-analyzer.highlightRelated.breakPoints.enable]]rust-analyzer.highlightRelated.breakPoints.enable (default: `true`)::
|
||||
|
@ -840,7 +840,7 @@
|
||||
"minimum": 0
|
||||
},
|
||||
"rust-analyzer.findAllRefs.excludeImports": {
|
||||
"markdownDescription": "Exclude imports from Find All References results",
|
||||
"markdownDescription": "Exclude imports from find-all-references.",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user