Skip to content

Commit

Permalink
Update VS code config
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Mar 16, 2022
1 parent 544e854 commit 7ad2fee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"cargo": {
"args": [
"build",
"--bin=fj-host",
"--package=fj-host"
"--bin=fj-app",
"--package=fj-app"
],
"filter": {
"name": "fj-host",
"name": "fj-app",
"kind": "bin"
}
},
Expand All @@ -30,11 +30,11 @@
"args": [
"test",
"--no-run",
"--bin=fj-host",
"--package=fj-host"
"--bin=fj-app",
"--package=fj-app"
],
"filter": {
"name": "fj-host",
"name": "fj-app",
"kind": "bin"
}
},
Expand Down

0 comments on commit 7ad2fee

Please sign in to comment.