Move from Chrome to Edge
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e3dce4859b
commit
17ed8430c9
2 changed files with 4 additions and 4 deletions
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
|
@ -5,7 +5,7 @@
|
||||||
"felixfbecker.php-debug",
|
"felixfbecker.php-debug",
|
||||||
"manuth.eslint-language-service",
|
"manuth.eslint-language-service",
|
||||||
"ms-vscode-remote.remote-containers",
|
"ms-vscode-remote.remote-containers",
|
||||||
"msjsdiag.debugger-for-chrome",
|
"msjsdiag.debugger-for-edge",
|
||||||
"neilbrayfield.php-docblocker"
|
"neilbrayfield.php-docblocker"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
@ -23,9 +23,9 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "chrome",
|
"type": "pwa-msedge",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Launch Chrome",
|
"name": "Launch Edge",
|
||||||
"url": "http://localhost:3000",
|
"url": "http://localhost:3000",
|
||||||
"webRoot": "${workspaceFolder}/test/website/public",
|
"webRoot": "${workspaceFolder}/test/website/public",
|
||||||
"pathMapping": {
|
"pathMapping": {
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
{
|
{
|
||||||
"name": "Debug Theme",
|
"name": "Debug Theme",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
"Launch Chrome",
|
"Launch Edge",
|
||||||
"Listen for XDebug"
|
"Listen for XDebug"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue