File tree 2 files changed +6
-1
lines changed 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`.
260
260
[[rust-analyzer.files.watcher]]rust-analyzer.files.watcher (default: `"client"` )::
261
261
+
262
262
--
263
+ Find All References config.
264
+ --
265
+ [[rust-analyzer.findAllRefs.excludeImports]]rust-analyzer.findAllRefs.excludeImports (default: `false` )::
266
+ +
267
+ --
263
268
Controls file watching implementation.
264
269
--
265
270
[[rust-analyzer.highlightRelated.breakPoints.enable]]rust-analyzer.highlightRelated.breakPoints.enable (default: `true` )::
Original file line number Diff line number Diff line change 840
840
"minimum" : 0
841
841
},
842
842
"rust-analyzer.findAllRefs.excludeImports" : {
843
- "markdownDescription" : " Exclude imports from Find All References results " ,
843
+ "markdownDescription" : " Exclude imports from find-all-references. " ,
844
844
"default" : false ,
845
845
"type" : " boolean"
846
846
},
You can’t perform that action at this time.
0 commit comments