mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 20:31:59 +00:00
Fix import preference config keys
This commit is contained in:
parent
92d9ca7d64
commit
d6b908ec41
3 changed files with 12 additions and 12 deletions
|
|
@ -1129,12 +1129,12 @@
|
|||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.imports.prefer.no.std": {
|
||||
"rust-analyzer.imports.preferNoStd": {
|
||||
"markdownDescription": "Prefer to unconditionally use imports of the core and alloc crate, over the std crate.",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.imports.prefer.prelude": {
|
||||
"rust-analyzer.imports.preferPrelude": {
|
||||
"markdownDescription": "Whether to prefer import paths containing a `prelude` module.",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue