add slade task

This commit is contained in:
Nicole O'Connor 2024-02-03 13:38:55 -08:00
parent 6c105ade84
commit 1ceb947b69

6
.vscode/tasks.json vendored
View File

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