mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
fix comment round 3
This commit is contained in:
parent
0240294759
commit
ab0b64b26c
2 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue