Add missing files

This commit is contained in:
Carlos Menezes 2021-09-24 14:53:11 +01:00
parent 0c49e3883c
commit 8ad484b341
2 changed files with 2 additions and 2 deletions

View File

@ -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`)::
+ +

View File

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