diff --git a/.vscode/launch.json b/.vscode/launch.json index 9c58677..9db805b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,8 @@ "version": "0.2.0", "configurations": [ { - "type": "chrome", + "type": "pwa-chrome", + "targetSelection": "pick", "request": "attach", "name": "Attach to aardvark_renderer", "sourceMaps": true,