Skip to content

Commit

Permalink
Added cupertino-spinner to visual code launcher for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed May 8, 2023
1 parent 32b36b4 commit 78ef3c5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,24 @@
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'cupertino-spinner'",
"cargo": {
"args": [
"build",
"--bin=cupertino-spinner",
"--package=cupertino-spinner"
],
"filter": {
"name": "cupertino-spinner",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
Expand Down

0 comments on commit 78ef3c5

Please sign in to comment.