Move from Chrome to Edge
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Thalmann 2021-05-12 21:47:10 +00:00
parent e3dce4859b
commit 17ed8430c9
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
"felixfbecker.php-debug",
"manuth.eslint-language-service",
"ms-vscode-remote.remote-containers",
"msjsdiag.debugger-for-chrome",
"msjsdiag.debugger-for-edge",
"neilbrayfield.php-docblocker"
]
}

6
.vscode/launch.json vendored
View file

@ -23,9 +23,9 @@
]
},
{
"type": "chrome",
"type": "pwa-msedge",
"request": "launch",
"name": "Launch Chrome",
"name": "Launch Edge",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/test/website/public",
"pathMapping": {
@ -49,7 +49,7 @@
{
"name": "Debug Theme",
"configurations": [
"Launch Chrome",
"Launch Edge",
"Listen for XDebug"
]
}