diff --git a/.vscode/launch.json b/.vscode/launch.json index 65911dc3294..a2253659267 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -243,15 +243,17 @@ } }, { - "type": "node", + "type": "pwa-node", "request": "launch", "name": "Main Process", + "attachSimplePort": 5875, "runtimeExecutable": "${workspaceFolder}/scripts/code.sh", "windows": { "runtimeExecutable": "${workspaceFolder}/scripts/code.bat", }, "runtimeArgs": [ - "--no-cached-data" + "--inspect-brk=5875", + "--no-cached-data", ], "outFiles": [ "${workspaceFolder}/out/**/*.js"