blob: 85265d7fa71f692d0c2cfabafc01d7d7a572bfaa [file] [log] [blame]
{
"version": "2.0.0",
"tasks": [
// Stops the running task. This is useful for making logs stop
// in the terminal after the user stops debugging.
{
"label": "terminateTask",
"type": "process",
"command": [
"${command:workbench.action.tasks.terminate}",
"${command:workbench.action.acceptSelectedQuickOpenItem}",
],
},
],
}