about summary refs log tree commit diff
path: root/editors/code
diff options
context:
space:
mode:
authorJames Leitch <rickvanprim@gmail.com>2021-04-21 15:09:37 -0700
committerJames Leitch <rickvanprim@gmail.com>2021-04-21 15:10:53 -0700
commit72718bc2d7113874536b8bcd486aa5bd7dacafe6 (patch)
treec5859e4eb7334478b5e9ba58329b67df43e39305 /editors/code
parent9fcad829807a0306fbf4eb2ebc1603a11a6df182 (diff)
downloadrust-72718bc2d7113874536b8bcd486aa5bd7dacafe6.tar.gz
rust-72718bc2d7113874536b8bcd486aa5bd7dacafe6.zip
Code review feedback.
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index dcb2e89d14c..fa5632f9007 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -565,8 +565,8 @@
                     },
                     "uniqueItems": true
                 },
-                "rust-analyzer.diagnostics.remapPathPrefixes": {
-                    "markdownDescription": "Map of path prefixes to be substituted when parsing diagnostic file paths.\nThis should be the reverse mapping of what is passed to `rustc` as `--remap-path-prefix`.",
+                "rust-analyzer.diagnostics.remapPrefix": {
+                    "markdownDescription": "Map of prefixes to be substituted when parsing diagnostic file paths.\nThis should be the reverse mapping of what is passed to `rustc` as `--remap-path-prefix`.",
                     "default": {},
                     "type": "object"
                 },