mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-18 02:35:15 +00:00
Fix debug task
This commit is contained in:
parent
390673800e
commit
1566dd8cd1
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -7,8 +7,8 @@
|
||||||
{
|
{
|
||||||
"type": "sweetpad-lldb",
|
"type": "sweetpad-lldb",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Attach to running app (SweetPad)",
|
"name": "Debug",
|
||||||
"preLaunchTask": "sweetpad: launch"
|
"preLaunchTask": "sweetpad: launch"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue