Update tasks.json

This commit is contained in:
Alexey Safronov 2023-11-02 18:36:06 +04:00
parent 2aa02310b7
commit 102f3b2b4f

28
.vscode/tasks.json vendored
View File

@ -20,6 +20,20 @@
"focus": true
}
},
{
"label": "Backend | clear",
"command": "${command:python.interpreterPath} ${workspaceFolder}/../buildtools/clear.backend.docker.py",
"type": "shell",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always",
"panel": "new",
"focus": true
}
},
{
"label": "Backend | stop",
"command": "${command:python.interpreterPath} ${workspaceFolder}/../buildtools/start/stop.backend.docker.py",
@ -48,20 +62,6 @@
"focus": true
}
},
{
"label": "Backend | restart",
"command": "${command:python.interpreterPath} ${workspaceFolder}/../buildtools/start/restart.backend.docker.py",
"type": "shell",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always",
"panel": "new",
"focus": true
}
},
{
"label": "Frontend | start",
"type": "shell",