mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-04 15:03:11 +02:00
chore: standarize program path
This commit is contained in:
parent
131e1f4ec9
commit
0188a36e5a
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@ -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.
Loading…
Reference in New Issue
Block a user