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