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

Commit

Permalink
Fix LLDB settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Oct 19, 2019
1 parent 8609e25 commit 20bc52e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/swift-4/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
// You can edit these settings after create using File > Preferences > Settings > Remote.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"lldb.adapterType": "bundled",
"lldb.executable": "/usr/bin/lldb",
"swift.path.sourcekite": "/sourcekite/.build/x86_64-unknown-linux/release/sourcekite"
},

Expand Down

0 comments on commit 20bc52e

Please sign in to comment.