From ed9bd23217cbe76de66f20956a0a1de4e8d95194 Mon Sep 17 00:00:00 2001 From: Hannes Winkler Date: Tue, 20 Jun 2023 23:29:23 +0200 Subject: [PATCH] chore: add linux_can_test_app launch configuration --- .vscode/launch.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 22b64a6..6a93d54 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",