mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 08:20:59 +00:00
Add VSCode/Cursor Sweetpad setup
This commit is contained in:
parent
6f48f67a01
commit
d8f2b0f3ae
2 changed files with 17 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -90,3 +90,5 @@ fastlane/test_output
|
|||
iOSInjectionProject/
|
||||
.DS_Store
|
||||
IceCubesApp.xcconfig
|
||||
*.resolved
|
||||
buildServer.json
|
||||
|
|
14
.vscode/launch.json
vendored
Normal file
14
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "sweetpad-lldb",
|
||||
"request": "launch",
|
||||
"name": "Attach to running app (SweetPad)",
|
||||
"preLaunchTask": "sweetpad: launch"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue