Fixed launch cwd path for Linux

This commit is contained in:
Hezkore
2021-11-19 17:42:44 +01:00
parent 35b73e2b2e
commit 2931fa5cfe

4
.vscode/launch.json vendored
View File

@@ -3,7 +3,7 @@
{
"MIMode": "gdb",
"args": [],
"cwd": "${workspaceFolder}",
"cwd": "${workspaceFolder}/bin/linux-amd64-librw_gl3_glfw-oal/Debug",
"environment": [],
"externalConsole": false,
"name": "(gdb) Launch (Linux Debug)",
@@ -24,7 +24,7 @@
{
"MIMode": "gdb",
"args": [],
"cwd": "${workspaceFolder}",
"cwd": "${workspaceFolder}/bin/linux-amd64-librw_gl3_glfw-oal/Release",
"environment": [],
"externalConsole": false,
"name": "(gdb) Launch (Linux Release)",