aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
authorJames Leitch <[email protected]>2021-04-21 23:09:37 +0100
committerJames Leitch <[email protected]>2021-04-21 23:10:53 +0100
commit72718bc2d7113874536b8bcd486aa5bd7dacafe6 (patch)
treec5859e4eb7334478b5e9ba58329b67df43e39305 /editors/code
parent9fcad829807a0306fbf4eb2ebc1603a11a6df182 (diff)
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 dcb2e89d1..fa5632f90 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -565,8 +565,8 @@
565 }, 565 },
566 "uniqueItems": true 566 "uniqueItems": true
567 }, 567 },
568 "rust-analyzer.diagnostics.remapPathPrefixes": { 568 "rust-analyzer.diagnostics.remapPrefix": {
569 "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`.", 569 "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`.",
570 "default": {}, 570 "default": {},
571 "type": "object" 571 "type": "object"
572 }, 572 },