Debug theme chrome instead of edge
This commit is contained in:
parent
85b2635da3
commit
04ee84d77e
1 changed files with 3 additions and 3 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue