chore: standarize program path

This commit is contained in:
Krzysztof Rudnicki 2023-01-27 19:41:11 +01:00
parent 131e1f4ec9
commit 0188a36e5a
2 changed files with 2 additions and 2 deletions

4
.vscode/launch.json vendored
View File

@ -9,9 +9,9 @@
""
],
"stopAtEntry": false,
"cwd": "/home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/engine",
"cwd": "${workspaceFolder}/Engine/engine",
"environment": [],
"program": "/home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/engine/build/Debug/outDebug",
"program": "${workspaceFolder}/Engine/engine/build/Debug/outDebug",
"internalConsoleOptions": "openOnSessionStart",
"MIMode": "gdb",
"miDebuggerPath": "gdb",

Binary file not shown.