'update'
This commit is contained in:
22
.vscode/launch.json
vendored
Normal file
22
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "swift",
|
||||
"request": "launch",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder:ibook}/ipad_app",
|
||||
"name": "Debug IpadReaderCLI (ipad_app)",
|
||||
"program": "${workspaceFolder:ibook}/ipad_app/.build/debug/IpadReaderCLI",
|
||||
"preLaunchTask": "swift: Build Debug IpadReaderCLI (ipad_app)"
|
||||
},
|
||||
{
|
||||
"type": "swift",
|
||||
"request": "launch",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder:ibook}/ipad_app",
|
||||
"name": "Release IpadReaderCLI (ipad_app)",
|
||||
"program": "${workspaceFolder:ibook}/ipad_app/.build/release/IpadReaderCLI",
|
||||
"preLaunchTask": "swift: Build Release IpadReaderCLI (ipad_app)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user