fixed non encountered for errors by configurator

This commit is contained in:
2026-01-19 12:21:27 +01:00
parent 5ab497b832
commit 0df325b99e
3 changed files with 15 additions and 7 deletions

4
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"type": "cppdbg",
"request": "launch",
"MIMode": "gdb",
"program": "${workspaceFolder}/bin/DemoProject",
"program": "${workspaceFolder}/bin/PlanetExplorerGameDemo",
"preLaunchTask": "build_debug_linux",
"args": [],
"stopAtEntry": false,
@@ -20,7 +20,7 @@
"type": "cppvsdbg",
"request": "launch",
//"MIMode": "gdb",
"program": "${workspaceFolder}/bin/DemoProject",
"program": "${workspaceFolder}/bin/PlanetExplorerGameDemo",
"preLaunchTask": "build_debug_linux",
"args": [],
"stopAtEntry": false,