aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorvsrs <[email protected]>2020-05-07 16:35:48 +0100
committervsrs <[email protected]>2020-05-07 16:35:48 +0100
commit435a17ecd8806f3ae81edf6277c17363b01f4334 (patch)
treea556235ce688369fccf9092d84bca1c478602e88 /editors/code/package.json
parent5426e2927e317a5e78179a5bd74b9414c0651b86 (diff)
Add separate settings for each debug engine.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 84aea8249..e4dd66924 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -427,7 +427,7 @@
427 "rust-analyzer.debug.engineSettings": { 427 "rust-analyzer.debug.engineSettings": {
428 "type": "object", 428 "type": "object",
429 "default": {}, 429 "default": {},
430 "description": "Optional settings passed to the debug engine." 430 "description": "Optional settings passed to the debug engine. Example:\n{ \"lldb\": { \"terminal\":\"external\"} }"
431 } 431 }
432 } 432 }
433 }, 433 },
@@ -609,4 +609,4 @@
609 } 609 }
610 ] 610 ]
611 } 611 }
612} 612} \ No newline at end of file