Skip to content

Commit 4fa705d

Browse files
committed
Add swift build arguments to devcontainer.json
1 parent 34e7782 commit 4fa705d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.devcontainer/default/devcontainer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@
2222
],
2323
"settings": {
2424
"lldb.launch.expressions": "native",
25-
"lldb.library": "/usr/lib/liblldb.so"
25+
"lldb.library": "/usr/lib/liblldb.so",
26+
"swift.buildArguments": [
27+
"-Xcxx",
28+
"-I/usr/lib/swift",
29+
"-Xcxx",
30+
"-I/usr/lib/swift/Block"
31+
]
2632
}
2733
}
2834
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.build

0 commit comments

Comments
 (0)