1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-22 08:04:25 +00:00

Fix atax runConfig cwd

This commit is contained in:
Stefano Pigozzi 2022-11-30 01:09:52 +01:00
parent cbb2991e69
commit 1568ab6525

2
.vscode/launch.json vendored
View file

@ -11,7 +11,7 @@
"program": "${workspaceFolder}/atax/atax.elf",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"cwd": "${workspaceFolder}/atax",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",