24 lines
654 B
JSON
24 lines
654 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:SwiftRunnerTesting}",
|
|
"name": "Debug SwiftRunnerTesting",
|
|
"target": "SwiftRunnerTesting",
|
|
"configuration": "debug",
|
|
"preLaunchTask": "swift: Build Debug SwiftRunnerTesting"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:SwiftRunnerTesting}",
|
|
"name": "Release SwiftRunnerTesting",
|
|
"target": "SwiftRunnerTesting",
|
|
"configuration": "release",
|
|
"preLaunchTask": "swift: Build Release SwiftRunnerTesting"
|
|
}
|
|
]
|
|
} |