Add missing files
This commit is contained in:
parent
0c49e3883c
commit
8ad484b341
@ -16,7 +16,7 @@ The path structure for newly inserted paths to use.
|
|||||||
[[rust-analyzer.assist.importGroup]]rust-analyzer.assist.importGroup (default: `true`)::
|
[[rust-analyzer.assist.importGroup]]rust-analyzer.assist.importGroup (default: `true`)::
|
||||||
+
|
+
|
||||||
--
|
--
|
||||||
Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines.
|
Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import[following order]. Groups are separated by newlines.
|
||||||
--
|
--
|
||||||
[[rust-analyzer.assist.allowMergingIntoGlobImports]]rust-analyzer.assist.allowMergingIntoGlobImports (default: `true`)::
|
[[rust-analyzer.assist.allowMergingIntoGlobImports]]rust-analyzer.assist.allowMergingIntoGlobImports (default: `true`)::
|
||||||
+
|
+
|
||||||
|
@ -435,7 +435,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"rust-analyzer.assist.importGroup": {
|
"rust-analyzer.assist.importGroup": {
|
||||||
"markdownDescription": "Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines.",
|
"markdownDescription": "Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import[following order]. Groups are separated by newlines.",
|
||||||
"default": true,
|
"default": true,
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user