25 lines
687 B
JSON
25 lines
687 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"sourceLanguages": ["swift"],
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:felixfoertsch.de}",
|
|
"name": "Debug felixfoertsch.de",
|
|
"program": "${workspaceFolder:felixfoertsch.de}/.build/debug/felixfoertsch.de",
|
|
"preLaunchTask": "swift: Build Debug felixfoertsch.de"
|
|
},
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"sourceLanguages": ["swift"],
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:felixfoertsch.de}",
|
|
"name": "Release felixfoertsch.de",
|
|
"program": "${workspaceFolder:felixfoertsch.de}/.build/release/felixfoertsch.de",
|
|
"preLaunchTask": "swift: Build Release felixfoertsch.de"
|
|
}
|
|
]
|
|
}
|