Fix import preference config keys

This commit is contained in:
Lukas Wirth 2023-11-12 17:48:40 +01:00
parent 92d9ca7d64
commit d6b908ec41
3 changed files with 12 additions and 12 deletions

View file

@ -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"