changed task names

This commit is contained in:
Mushka Nikita 2023-03-16 15:55:32 +03:00
parent 75fd0540a4
commit 2952662862

6
.vscode/tasks.json vendored
View File

@ -7,7 +7,7 @@
},
"tasks": [
{
"label": "Start",
"label": "Backend | Start",
"type": "shell",
"command": "tasks-scripts/start.sh ${input:start-param}",
"windows": {
@ -16,7 +16,7 @@
}
},
{
"label": "Build",
"label": "Backend | Build",
"type": "shell",
"command": "${workspaceFolder}/build/build.backend.docker.sh",
"windows": {
@ -24,7 +24,7 @@
}
},
{
"label": "Frontend",
"label": "Frontend | Start",
"type": "shell",
"command": "yarn start"
}