remove app launch option from vscode

This commit is contained in:
Alexandr Goncharov 2020-06-10 18:22:31 +03:00 committed by Gitea
parent 545c902cd9
commit 9aa4a695f3
1 changed files with 0 additions and 9 deletions

9
.vscode/launch.json vendored
View File

@ -2,15 +2,6 @@
"version": "0.2.0",
"configurations": [
// Running executables
{
"type": "lldb",
"request": "launch",
"name": "Run",
"program": "${workspaceFolder}/.build/debug/App",
"args": [],
"cwd": "${workspaceFolder}",
"preLaunchTask": "swift-build"
},
// Running unit tests
{
"type": "lldb",