Skip to content

Commit ed9bd23

Browse files
committed
chore: add linux_can_test_app launch configuration
1 parent 99473e7 commit ed9bd23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/launch.json

+7
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
"request": "launch",
4848
"type": "dart"
4949
},
50+
{
51+
"name": "linux_can_test_app",
52+
"cwd": "packages\\linux_can_test_app",
53+
"program": "lib/main.dart",
54+
"request": "launch",
55+
"type": "dart"
56+
},
5057
{
5158
"name": "build common libc bindings",
5259
"cwd": "packages/_ardera_common_libc_bindings",

0 commit comments

Comments
 (0)