File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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+ --
263268Controls file watching implementation.
264269--
265270[[rust-analyzer.highlightRelated.breakPoints.enable]]rust-analyzer.highlightRelated.breakPoints.enable (default: `true` )::
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments