Updates launch json with test file argument

This commit is contained in:
Misha Vicha
2025-10-13 08:19:05 +02:00
parent cf57876e67
commit 81f768a12a

4
.vscode/launch.json vendored
View File

@@ -19,7 +19,9 @@
"kind": "bin" "kind": "bin"
} }
}, },
"args": [], "args": [
"./test_data/s1_high_resistance_bike.hea"
],
"cwd": "${workspaceFolder}" "cwd": "${workspaceFolder}"
}, },
{ {