15 lines
329 B
JSON
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"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|