Skip to content

Commit bf8cf74

Browse files
authored
Add LLDB to template (#20)
* Add LLDB to template We might be breaking the hard dependency at some point * spaces?
1 parent 4c58fa8 commit bf8cf74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/swift/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
},
3030
// Add the IDs of extensions you want installed when the container is created.
3131
"extensions": [
32-
"sswg.swift-lang"
32+
"sswg.swift-lang",
33+
"vadimcn.vscode-lldb"
3334
]
3435
}
3536
},

0 commit comments

Comments
 (0)