Revert accidental comitted local changes for launch.json

This commit is contained in:
alyokhin 2021-10-03 15:15:22 +03:00
parent f3b54bd9c7
commit f29acaaac4

4
.vscode/launch.json vendored
View file

@ -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": [