Skip to content

Commit 6926b4b

Browse files
committed
Add devcontainer
1 parent 9fcd927 commit 6926b4b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "swift 5.8",
3+
"image": "swift:5.8",
4+
"customizations": {
5+
// Configure properties specific to VS Code.
6+
"vscode": {
7+
"extensions": [
8+
"sswg.swift-lang"
9+
],
10+
"settings": {
11+
"lldb.library": "/usr/lib/liblldb.so",
12+
"terminal.integrated.env.linux": {
13+
"LOCALSTACK_ENDPOINT": "http://localstack:4566"
14+
}
15+
}
16+
}
17+
},
18+
"forwardPorts": [8080]
19+
}

0 commit comments

Comments
 (0)