Revert accidental comitted local changes for launch.json
This commit is contained in:
parent
f3b54bd9c7
commit
f29acaaac4
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -6,7 +6,7 @@
|
||||||
"type": "cppdbg",
|
"type": "cppdbg",
|
||||||
"linux": {
|
"linux": {
|
||||||
"program": "${workspaceFolder}/build/stratagus-dbg",
|
"program": "${workspaceFolder}/build/stratagus-dbg",
|
||||||
"args": ["-W", "2048x1280" ,"-v", "960x600", "-a", "-d", "data.${input:game}", "-u", "./"],
|
"args": ["-W", "-a", "-d", "${workspaceFolder}/../data.${input:game}"],
|
||||||
"environment": [
|
"environment": [
|
||||||
{"name": "OMP_WAIT_POLICY", "value": "passive"}
|
{"name": "OMP_WAIT_POLICY", "value": "passive"}
|
||||||
],
|
],
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
"externalConsole": false,
|
"externalConsole": false,
|
||||||
},
|
},
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
"cwd": "${workspaceFolder}/../../data",
|
"cwd": "${workspaceFolder}/../${input:game}",
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputs": [
|
"inputs": [
|
||||||
|
|
Loading…
Reference in a new issue