aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 97d92e43c..35b50e669 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -353,8 +353,9 @@
353 "Use [MS C++ tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)" 353 "Use [MS C++ tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)"
354 ] 354 ]
355 }, 355 },
356 "rust-analyzer.debug.sourceFileMap": { 356 "rust-analyzer.debug.sourceFileMap": {
357 "type": "object", 357 "type": ["object", "string"],
358 "const": "auto",
358 "description": "Optional source file mappings passed to the debug engine.", 359 "description": "Optional source file mappings passed to the debug engine.",
359 "default": { 360 "default": {
360 "/rustc/<id>": "${env:USERPROFILE}/.rustup/toolchains/<toolchain-id>/lib/rustlib/src/rust" 361 "/rustc/<id>": "${env:USERPROFILE}/.rustup/toolchains/<toolchain-id>/lib/rustlib/src/rust"