diff --git a/.vscode/launch.json b/.vscode/launch.json index 9250453..3fed951 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -40,7 +40,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:3344/**" + ] }, ] }