win32api-linux-dev-template/.vscode/tasks.json
2023-09-18 11:09:05 +00:00

15 lines
329 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "pkill gdbserver",
"type": "shell",
"command": "pkill gdbserver || true",
"group": "test",
"presentation": {
"reveal": "never",
"panel": "shared"
}
}
]
}