aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorvsrs <[email protected]>2020-05-14 09:12:10 +0100
committervsrs <[email protected]>2020-05-14 09:12:10 +0100
commit3ffc26eaebb1f9491477e99d5187b048bd489cd6 (patch)
tree2c6a61803187848d2ec595e40c42edd320ac8e6c /editors/code/package.json
parent9ebb2acdca6c711cff7bfc84a410794739092dbe (diff)
Remove "rust-analyzer.debug.useLaunchJson" option
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 },