copyparty/.vscode/tasks.json
2021-01-29 00:43:57 +01:00

10 lines
193 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "pre",
"command": "true;rm -rf inc/* inc/.hist/;mkdir -p inc;",
"type": "shell"
}
]
}