2021-01-29 00:43:57 +01:00
|
|
|
{
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"tasks": [
|
|
|
|
|
{
|
|
|
|
|
"label": "pre",
|
|
|
|
|
"command": "true;rm -rf inc/* inc/.hist/;mkdir -p inc;",
|
|
|
|
|
"type": "shell"
|
2021-02-12 19:25:01 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "no_dbg",
|
2021-03-19 01:20:01 +01:00
|
|
|
"type": "shell",
|
2021-07-17 04:11:14 +02:00
|
|
|
"command": "${config:python.pythonPath}",
|
|
|
|
|
"args": [
|
|
|
|
|
".vscode/launch.py"
|
|
|
|
|
]
|
2021-01-29 00:43:57 +01:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|