Skip to content

Commit d8f2b0f

Browse files
committed
Add VSCode/Cursor Sweetpad setup
1 parent 6f48f67 commit d8f2b0f

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,6 @@ fastlane/test_output
8989

9090
iOSInjectionProject/
9191
.DS_Store
92-
IceCubesApp.xcconfig
92+
IceCubesApp.xcconfig
93+
*.resolved
94+
buildServer.json

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "sweetpad-lldb",
9+
"request": "launch",
10+
"name": "Attach to running app (SweetPad)",
11+
"preLaunchTask": "sweetpad: launch"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)