diff options
| author | James Leitch <rickvanprim@gmail.com> | 2021-04-21 15:09:37 -0700 |
|---|---|---|
| committer | James Leitch <rickvanprim@gmail.com> | 2021-04-21 15:10:53 -0700 |
| commit | 72718bc2d7113874536b8bcd486aa5bd7dacafe6 (patch) | |
| tree | c5859e4eb7334478b5e9ba58329b67df43e39305 /editors/code | |
| parent | 9fcad829807a0306fbf4eb2ebc1603a11a6df182 (diff) | |
| download | rust-72718bc2d7113874536b8bcd486aa5bd7dacafe6.tar.gz rust-72718bc2d7113874536b8bcd486aa5bd7dacafe6.zip | |
Code review feedback.
Diffstat (limited to 'editors/code')
| -rw-r--r-- | editors/code/package.json | 4 |
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" }, |
