fix debug in vscode (hopefully)

This commit is contained in:
2026-05-25 12:41:33 +02:00
parent 5db8c6135e
commit 11b240b09a
2 changed files with 28 additions and 24 deletions
+5 -2
View File
@@ -7,7 +7,10 @@
"command": "npm run dev",
"isBackground": true,
"options": {
"cwd": "${workspaceFolder}/scelta-carriera"
"cwd": "${workspaceFolder}/scelta-carriera",
"env": {
"NO_COLOR": "true"
}
},
"problemMatcher": {
"pattern": [
@@ -20,7 +23,7 @@
],
"background": {
"activeOnStart": true,
"beginsPattern": "vite",
"beginsPattern": "VITE",
"endsPattern": "ready in"
}
}