mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "pre",
|
|
"command": "true;rm -rf inc/* inc/.hist/;mkdir -p inc;",
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"label": "no_dbg",
|
|
"type": "shell",
|
|
"command": "${config:python.pythonPath} .vscode/launch.py"
|
|
}
|
|
]
|
|
} |