mirror of
https://git.tonybark.com/tonytins/swiftlyfox.git
synced 2026-05-12 05:43:30 -04:00
44 lines
No EOL
1.3 KiB
JSON
44 lines
No EOL
1.3 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:swiftlyfox}",
|
|
"name": "Debug swiftyfox",
|
|
"target": "swiftyfox",
|
|
"configuration": "debug",
|
|
"preLaunchTask": "swift: Build Debug swiftyfox"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:swiftlyfox}",
|
|
"name": "Release swiftyfox",
|
|
"target": "swiftyfox",
|
|
"configuration": "release",
|
|
"preLaunchTask": "swift: Build Release swiftyfox"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:swiftlyfox}",
|
|
"name": "Debug swiftlyfox",
|
|
"target": "swiftlyfox",
|
|
"configuration": "debug",
|
|
"preLaunchTask": "swift: Build Debug swiftlyfox"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:swiftlyfox}",
|
|
"name": "Release swiftlyfox",
|
|
"target": "swiftlyfox",
|
|
"configuration": "release",
|
|
"preLaunchTask": "swift: Build Release swiftlyfox"
|
|
}
|
|
]
|
|
} |