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, 4 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 67e10df7e..0cc265aa4 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -359,7 +359,10 @@
359 ] 359 ]
360 }, 360 },
361 "rust-analyzer.debug.sourceFileMap": { 361 "rust-analyzer.debug.sourceFileMap": {
362 "type": ["object", "string"], 362 "type": [
363 "object",
364 "string"
365 ],
363 "const": "auto", 366 "const": "auto",
364 "description": "Optional source file mappings passed to the debug engine.", 367 "description": "Optional source file mappings passed to the debug engine.",
365 "default": { 368 "default": {