about summary refs log tree commit diff
path: root/editors/code
diff options
context:
space:
mode:
authorCarlos Menezes <carlos-menezes212@hotmail.com>2021-09-24 14:53:11 +0100
committerCarlos Menezes <carlos-menezes212@hotmail.com>2021-09-24 14:53:11 +0100
commit8ad484b341eea7ee55e5a651c49b36da6c120b08 (patch)
treedba89d982e09d4a2bf65c305fc3ac2f73a904f93 /editors/code
parent0c49e3883cff9d0d5d0cbe7fdc6fcae783775dc5 (diff)
downloadrust-8ad484b341eea7ee55e5a651c49b36da6c120b08.tar.gz
rust-8ad484b341eea7ee55e5a651c49b36da6c120b08.zip
Add missing files
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index aed67e88ab0..5edfd4aa5f6 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"
                 },