try to restore debug functionality
This commit is contained in:
Vendored
+17
@@ -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/**"
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user