1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-27 00:21:26 +00:00

fix debugging

This commit is contained in:
2021-09-17 13:09:34 -07:00
parent 56cb20ca82
commit 9c0c07453a
2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@@ -23,7 +23,7 @@
"ignoreFailures": true
}
],
"preLaunchTask": "Debug"
"preLaunchTask": "buildSim"
}
]
}