add slade task
This commit is contained in:
parent
6c105ade84
commit
1ceb947b69
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@ -8,6 +8,12 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${config:pth_gzdoom} +logfile \"${workspaceFolder}/.vscode/gzdoom.log\" -iwad ${config:pth_chex3} -file ${workspaceFolder} ${input:gzdoom_args}",
|
"command": "${config:pth_gzdoom} +logfile \"${workspaceFolder}/.vscode/gzdoom.log\" -iwad ${config:pth_chex3} -file ${workspaceFolder} ${input:gzdoom_args}",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Launch SLADE3",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "${config:pth_slade} \"${workspaceFolder}\"",
|
||||||
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputs": [
|
"inputs": [
|
||||||
|
Loading…
Reference in New Issue
Block a user