{ "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" } ] }