Skip to content

Commit daaa6e3

Browse files
committed
Update swift configs in .vscode/launch.json
1 parent ecd59a9 commit daaa6e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscode/launch.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"args": [],
77
"cwd": "${workspaceFolder:ice}",
88
"name": "Debug slice2swift",
9-
"program": "${workspaceFolder:ice}/.build/debug/slice2swift",
9+
"target": "slice2swift",
10+
"configuration": "debug",
1011
"preLaunchTask": "swift: Build Debug slice2swift"
1112
},
1213
{
@@ -15,7 +16,8 @@
1516
"args": [],
1617
"cwd": "${workspaceFolder:ice}",
1718
"name": "Release slice2swift",
18-
"program": "${workspaceFolder:ice}/.build/release/slice2swift",
19+
"target": "slice2swift",
20+
"configuration": "release",
1921
"preLaunchTask": "swift: Build Release slice2swift"
2022
}
2123
]

0 commit comments

Comments
 (0)