V0.6.5.e Arroyo Toad
This commit is contained in:
parent
5449c3e83d
commit
65a994f1b2
27
.vscode/launch.json
vendored
27
.vscode/launch.json
vendored
@ -4,15 +4,9 @@
|
|||||||
"type": "lldb",
|
"type": "lldb",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"args": [],
|
"args": [],
|
||||||
<<<<<<< HEAD
|
|
||||||
"cwd": "${workspaceFolder:workspace}",
|
|
||||||
"name": "Debug IoT-Simulator",
|
|
||||||
"envFile": "${workspaceFolder}/env/debug/.debug.env",
|
|
||||||
=======
|
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"name": "Debug IoT-Simulator",
|
"name": "Debug IoT-Simulator",
|
||||||
"envFile": "${workspaceFolder}/env/debug/debug.env",
|
"envFile": "${workspaceFolder}/env/debug/debug.env",
|
||||||
>>>>>>> 5d78c9be5855d5541dd07b24d8331c018ddd2c70
|
|
||||||
"program": "${workspaceFolder}/.build/debug/App",
|
"program": "${workspaceFolder}/.build/debug/App",
|
||||||
"preLaunchTask": "swift: Build Debug IoT-Simulator"
|
"preLaunchTask": "swift: Build Debug IoT-Simulator"
|
||||||
},
|
},
|
||||||
@ -24,27 +18,6 @@
|
|||||||
"name": "Release IoT-Simulator",
|
"name": "Release IoT-Simulator",
|
||||||
"program": "${workspaceFolder:workspace}/.build/release/IoT-Simulator",
|
"program": "${workspaceFolder:workspace}/.build/release/IoT-Simulator",
|
||||||
"preLaunchTask": "swift: Build Release IoT-Simulator"
|
"preLaunchTask": "swift: Build Release IoT-Simulator"
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "lldb",
|
|
||||||
"request": "launch",
|
|
||||||
"args": [],
|
|
||||||
"cwd": "${workspaceFolder:workspace}",
|
|
||||||
"name": "Debug App",
|
|
||||||
"program": "${workspaceFolder:workspace}/.build/debug/App",
|
|
||||||
"preLaunchTask": "swift: Build Debug App"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "lldb",
|
|
||||||
"request": "launch",
|
|
||||||
"args": [],
|
|
||||||
"cwd": "${workspaceFolder:workspace}",
|
|
||||||
"name": "Release App",
|
|
||||||
"program": "${workspaceFolder:workspace}/.build/release/App",
|
|
||||||
"preLaunchTask": "swift: Build Release App"
|
|
||||||
>>>>>>> 5d78c9be5855d5541dd07b24d8331c018ddd2c70
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user