awesomerc/.vscode/tasks.json

20 lines
440 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Terminate All Tasks",
"command": "${workspaceFolder}/start-xephyr.sh stop",
"type": "shell",
"problemMatcher": []
}
],
"inputs": [
{
"id": "terminate",
"type": "command",
"command": "workbench.action.tasks.terminate",
"args": "terminateAll"
}
]
}