Skip to content

Commit

Permalink
chore: add linux_can_test_app launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Jun 20, 2023
1 parent 99473e7 commit ed9bd23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
"request": "launch",
"type": "dart"
},
{
"name": "linux_can_test_app",
"cwd": "packages\\linux_can_test_app",
"program": "lib/main.dart",
"request": "launch",
"type": "dart"
},
{
"name": "build common libc bindings",
"cwd": "packages/_ardera_common_libc_bindings",
Expand Down

0 comments on commit ed9bd23

Please sign in to comment.