about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDezhi Wu <wu543065657@163.com>2021-10-20 20:13:03 +0800
committerDezhi Wu <wu543065657@163.com>2021-10-20 20:13:03 +0800
commit1a24ee9a1bd43666da4351526889db9cc967f4f8 (patch)
tree4aeef832c834e4bc18e1461f518f74e78eabc240
parent5051717856dd325027e003c6b64497a2b113ba07 (diff)
downloadrust-1a24ee9a1bd43666da4351526889db9cc967f4f8.tar.gz
rust-1a24ee9a1bd43666da4351526889db9cc967f4f8.zip
Fix a format error
-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 5dcdcb27695..ab69a44c9ab 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -436,7 +436,7 @@
                     ]
                 },
                 "rust-analyzer.assist.importGroup": {
-                    "markdownDescription": "Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import[following order]. 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"
                 },