From 81f768a12a9440d78595af68a77533850e9ad8d1 Mon Sep 17 00:00:00 2001 From: Misha Vicha Date: Mon, 13 Oct 2025 08:19:05 +0200 Subject: [PATCH] Updates launch json with test file argument --- .vscode/launch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b13bebf..42e5d84 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,7 +19,9 @@ "kind": "bin" } }, - "args": [], + "args": [ + "./test_data/s1_high_resistance_bike.hea" + ], "cwd": "${workspaceFolder}" }, {