diff --git a/.vscode/launch.json b/.vscode/launch.json index c36a0e2..e7aefc2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -41,7 +41,14 @@ "port": 9229, "request": "attach", "type": "pwa-chrome", - "timeout": 60000 + "timeout": 60000, + "skipFiles": [ + "/**", + "${workspaceRoot}/node_modules/**", + "${workspaceRoot}/dist-electron/**", + // Skip files in host(VITE_DEV_SERVER_URL) + "http://127.0.0.1:7777/**" + ] }, ] }