64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:m323}",
|
|
"name": "Debug m323",
|
|
"target": "m323",
|
|
"configuration": "debug",
|
|
"preLaunchTask": "swift: Build Debug m323"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:m323}",
|
|
"name": "Release m323",
|
|
"target": "m323",
|
|
"configuration": "release",
|
|
"preLaunchTask": "swift: Build Release m323"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:m323}",
|
|
"name": "Debug WeDontLikeCharA",
|
|
"target": "WeDontLikeCharA",
|
|
"configuration": "debug",
|
|
"preLaunchTask": "swift: Build Debug WeDontLikeCharA"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:m323}",
|
|
"name": "Release WeDontLikeCharA",
|
|
"target": "WeDontLikeCharA",
|
|
"configuration": "release",
|
|
"preLaunchTask": "swift: Build Release WeDontLikeCharA"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:m323}",
|
|
"name": "Debug Aufgabe3",
|
|
"target": "Aufgabe3",
|
|
"configuration": "debug",
|
|
"preLaunchTask": "swift: Build Debug Aufgabe3"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:m323}",
|
|
"name": "Release Aufgabe3",
|
|
"target": "Aufgabe3",
|
|
"configuration": "release",
|
|
"preLaunchTask": "swift: Build Release Aufgabe3"
|
|
}
|
|
]
|
|
}
|