mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-14 06:15:27 +00:00
Cleanup term search related changes
This commit is contained in:
parent
88964c0b6a
commit
125791386d
26 changed files with 590 additions and 516 deletions
|
@ -902,9 +902,9 @@
|
|||
},
|
||||
"type": "object"
|
||||
},
|
||||
"rust-analyzer.completion.term.search.enable": {
|
||||
"rust-analyzer.completion.termSearch.enable": {
|
||||
"markdownDescription": "Whether to enable term search based snippets like `Some(foo.bar().baz())`.",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.diagnostics.disabled": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue