Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 20bc52e

Browse files
committed
Fix LLDB settings
1 parent 8609e25 commit 20bc52e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

containers/swift-4/.devcontainer/devcontainer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
// You can edit these settings after create using File > Preferences > Settings > Remote.
1515
"settings": {
1616
"terminal.integrated.shell.linux": "/bin/bash",
17+
"lldb.adapterType": "bundled",
18+
"lldb.executable": "/usr/bin/lldb",
1719
"swift.path.sourcekite": "/sourcekite/.build/x86_64-unknown-linux/release/sourcekite"
1820
},
1921

0 commit comments

Comments
 (0)