This commit is contained in:
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@@ -61,6 +61,9 @@
|
||||
"linux": {
|
||||
"command": "${workspaceFolder}/out/build/linux-debug/bin/Debug/snivy"
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/out/build/linux-debug/bin/Debug"
|
||||
},
|
||||
"windows": {
|
||||
"command": "echo \"linux: run debug is Linux-only\" && exit 1"
|
||||
},
|
||||
@@ -73,6 +76,9 @@
|
||||
"linux": {
|
||||
"command": "${workspaceFolder}/out/build/linux-release/bin/Release/snivy"
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/out/build/linux-release/bin/Release"
|
||||
},
|
||||
"windows": {
|
||||
"command": "echo \"linux: run release is Linux-only\" && exit 1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user