nexusbot/.vscode/tasks.json

14 lines
286 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "rm-socket",
"type": "shell",
"presentation": {
"reveal": "silent",
"close": true
},
"command": "rm socket || true"
}
]
}