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, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 34dbea0b2..ec325ad3f 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -443,11 +443,6 @@
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
451 } 446 }
452 } 447 }
453 }, 448 },