Unnamed repository; edit this file 'description' to name the repository.
Fix a format error
Dezhi Wu 2021-10-20
parent 5051717 · commit 1a24ee9
-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 5dcdcb2769..ab69a44c9a 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"
},