mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 04:18:20 +00:00
feat: enable excluding refs search results in test
This commit is contained in:
parent
d410d4a2ba
commit
6f303f49fe
8 changed files with 60 additions and 3 deletions
|
|
@ -1505,6 +1505,11 @@
|
|||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.references.excludeTests": {
|
||||
"markdownDescription": "Exclude tests from find-all-references.",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.rename.allowExternalItems": {
|
||||
"markdownDescription": "Allow renaming of items not belonging to the loaded workspaces.",
|
||||
"default": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue