Initial commit
This commit is contained in:
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user