diff --git a/.vscode/launch.json b/.vscode/launch.json index ec468de..62b4763 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -23,9 +23,9 @@ ] }, { - "type": "pwa-msedge", + "type": "pwa-chrome", "request": "launch", - "name": "Launch Edge", + "name": "Launch Chrome", "url": "http://localhost:3000", "webRoot": "${workspaceFolder}/test/website/public", "pathMapping": { @@ -49,7 +49,7 @@ { "name": "Debug Theme", "configurations": [ - "Launch Edge", + "Launch Chrome", "Listen for XDebug" ] }