update vscode launch configuration for debugging
This commit is contained in:
Vendored
+2
-2
@@ -2,12 +2,12 @@
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Start Vite App (scelta-carriera)",
|
||||
"label": "Start scelta-carriera (Vite App)",
|
||||
"type": "shell",
|
||||
"command": "npm run dev",
|
||||
"isBackground": true,
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/scelta-carriera",
|
||||
"cwd": "${workspaceFolder}/react/scelta-carriera",
|
||||
"env": {
|
||||
"NO_COLOR": "true"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user