Skip to content

Commit 773f9b3

Browse files
committed
fix. round 4
1 parent ab0b64b commit 773f9b3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/user/generated_config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@ 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.
263+
Controls file watching implementation.
264264
--
265265
[[rust-analyzer.findAllRefs.excludeImports]]rust-analyzer.findAllRefs.excludeImports (default: `false`)::
266266
+
267267
--
268-
Controls file watching implementation.
268+
Exclude imports from find-all-references.
269269
--
270270
[[rust-analyzer.highlightRelated.breakPoints.enable]]rust-analyzer.highlightRelated.breakPoints.enable (default: `true`)::
271271
+

editors/code/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,11 @@
706706
"Use server-side file watching"
707707
]
708708
},
709+
"rust-analyzer.findAllRefs.excludeImports": {
710+
"markdownDescription": "Exclude imports from find-all-references.",
711+
"default": false,
712+
"type": "boolean"
713+
},
709714
"rust-analyzer.highlightRelated.breakPoints.enable": {
710715
"markdownDescription": "Enables highlighting of related references while the cursor is on `break`, `loop`, `while`, or `for` keywords.",
711716
"default": true,
@@ -839,11 +844,6 @@
839844
"type": "integer",
840845
"minimum": 0
841846
},
842-
"rust-analyzer.findAllRefs.excludeImports": {
843-
"markdownDescription": "Exclude imports from find-all-references.",
844-
"default": false,
845-
"type": "boolean"
846-
},
847847
"rust-analyzer.inlayHints.closureReturnTypeHints.enable": {
848848
"markdownDescription": "Whether to show inlay type hints for return types of closures.",
849849
"default": "never",

0 commit comments

Comments
 (0)