mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2026-06-04 05:20:31 +00:00
fix debugging
This commit is contained in:
Vendored
+1
-1
@@ -23,7 +23,7 @@
|
||||
"ignoreFailures": true
|
||||
}
|
||||
],
|
||||
"preLaunchTask": "Debug"
|
||||
"preLaunchTask": "buildSim"
|
||||
}
|
||||
]
|
||||
}
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
"tasks": [
|
||||
{
|
||||
"type": "cppbuild",
|
||||
"label": "Build simulation",
|
||||
"label": "buildSim",
|
||||
"command": "g++",
|
||||
"args": [
|
||||
"-g",
|
||||
|
||||
Reference in New Issue
Block a user