Files

32 lines
919 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Start scelta-carriera (Vite App)",
"type": "shell",
"command": "npm run dev",
"isBackground": true,
"options": {
"cwd": "${workspaceFolder}/react/scelta-carriera",
"env": {
"NO_COLOR": "true"
}
},
"problemMatcher": {
"pattern": [
{
"regexp": ".*",
"file": 1,
"location": 2,
"message": 3
}
],
"background": {
"activeOnStart": true,
"beginsPattern": "VITE",
"endsPattern": "ready in"
}
}
}
]
}