update vscode debugging config
This commit is contained in:
Vendored
+9
-3
@@ -6,14 +6,20 @@
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Debug Scelta Carriere in browser",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "npm",
|
||||
"runtimeArgs": ["run", "dev"],
|
||||
"cwd": "${workspaceFolder}/scelta-carriera",
|
||||
"env": {
|
||||
"NO_COLOR": "1"
|
||||
},
|
||||
"outputCapture": "std",
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "npm",
|
||||
"runtimeArgs": ["run", "dev"],
|
||||
"skipFiles": [
|
||||
"<node_internals>/**",
|
||||
"**/node_modules/**",
|
||||
"**/@vite/client/**"
|
||||
],
|
||||
"serverReadyAction": {
|
||||
"action": "debugWithEdge",
|
||||
"pattern": "Local:\\s+http://localhost:([0-9]+)/",
|
||||
|
||||
Reference in New Issue
Block a user