Debug theme chrome instead of edge

This commit is contained in:
Manuel Thalmann 2022-03-23 09:49:27 +00:00
parent 85b2635da3
commit 04ee84d77e

6
.vscode/launch.json vendored
View file

@ -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"
]
}