update vscode launch configuration for debugging

This commit is contained in:
2026-06-11 14:49:41 +02:00
parent d8699ee4b5
commit eec4170c91
2 changed files with 25 additions and 7 deletions
+2 -2
View File
@@ -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"
}