pvincent 4 years ago
parent
commit
445512af04
  1. 7
      .vscode/launch.json

7
.vscode/launch.json

@ -11,7 +11,10 @@
"reAttach": true,
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}",
"skipFiles":["${workspaceFolder}/@modules/vue.js"]
"skipFiles": [
"${workspaceFolder}/node_modules/**/*.js",
"${workspaceFolder}/@vite/client"
]
},
{
"name": "Debug Chromium",
@ -19,7 +22,7 @@
"type": "pwa-chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}",
"runtimeExecutable": "/usr/bin/chromium",
"runtimeExecutable": "/usr/bin/chromium"
}
]
}
Loading…
Cancel
Save