try to restore debug functionality

This commit is contained in:
2026-07-14 15:05:09 +02:00
parent 5b756cb9cd
commit 99e868bfb4
5 changed files with 87 additions and 67 deletions
+17
View File
@@ -45,5 +45,22 @@
"**/@vite/client/**"
]
},
{
"name": "Recupero Proposta CCT da contratti (DEBUG ONLY)",
"cwd": "${workspaceFolder}/react/recupero-proposta-cct-da-contratti",
"env": {
"NO_COLOR": "1"
},
"outputCapture": "console",
"type": "node",
"request": "launch",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"skipFiles": [
"<node_internals>/**",
"**/node_modules/**",
"**/@vite/client/**"
]
},
]
}