fix debug in vscode (hopefully)
This commit is contained in:
Vendored
+5
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user