Skip to content

Commit

Permalink
fix(vscode): Remove debug arg from vscode launch (#1660)
Browse files Browse the repository at this point in the history
Co-authored-by: Flemmli97 <Flemmli97@users.noreply.github.com>
Co-authored-by: Lucas Gonçalves Marchi <lucasgmarchi@gmail.com>
  • Loading branch information
3 people authored Dec 22, 2023
1 parent 631c340 commit cab23cf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,13 @@
// "--package=example"
],
},
"args": [
"debug"
],
"cwd": "${workspaceFolder}"
},
{
"name": "UI Debug (running target/debug/uplink)",
"type": "lldb",
"request": "launch",
"program": "${workspaceRoot}/target/debug/uplink",
"args": [
"debug"
],
"cwd": "${workspaceRoot}"
},
{
Expand All @@ -36,7 +30,6 @@
"program": "${workspaceRoot}/target/debug/uplink",
"args": [
"--with-mock",
"debug"
],
"cwd": "${workspaceRoot}"
}
Expand Down

0 comments on commit cab23cf

Please sign in to comment.