From 8ad484b341eea7ee55e5a651c49b36da6c120b08 Mon Sep 17 00:00:00 2001 From: Carlos Menezes Date: Fri, 24 Sep 2021 14:53:11 +0100 Subject: [PATCH] Add missing files --- docs/user/generated_config.adoc | 2 +- editors/code/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index f73e542037..5e7b722226 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -16,7 +16,7 @@ The path structure for newly inserted paths to use. [[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`):: + diff --git a/editors/code/package.json b/editors/code/package.json index aed67e88ab..5edfd4aa5f 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -435,7 +435,7 @@ ] }, "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, "type": "boolean" },