We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd59a9 commit daaa6e3Copy full SHA for daaa6e3
.vscode/launch.json
@@ -6,7 +6,8 @@
6
"args": [],
7
"cwd": "${workspaceFolder:ice}",
8
"name": "Debug slice2swift",
9
- "program": "${workspaceFolder:ice}/.build/debug/slice2swift",
+ "target": "slice2swift",
10
+ "configuration": "debug",
11
"preLaunchTask": "swift: Build Debug slice2swift"
12
},
13
{
@@ -15,7 +16,8 @@
15
16
17
18
"name": "Release slice2swift",
- "program": "${workspaceFolder:ice}/.build/release/slice2swift",
19
20
+ "configuration": "release",
21
"preLaunchTask": "swift: Build Release slice2swift"
22
}
23
]
0 commit comments