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, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index ec325ad3f..34dbea0b2 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -443,6 +443,11 @@
443 "type": "object", 443 "type": "object",
444 "default": {}, 444 "default": {},
445 "description": "Optional settings passed to the debug engine. Example:\n{ \"lldb\": { \"terminal\":\"external\"} }" 445 "description": "Optional settings passed to the debug engine. Example:\n{ \"lldb\": { \"terminal\":\"external\"} }"
446 },
447 "rust-analyzer.debug.useLaunchJson": {
448 "description": "Whether to use existing configurations from launch.json.",
449 "type": "boolean",
450 "default": false
446 } 451 }
447 } 452 }
448 }, 453 },