Add Edge browser launch config

This commit is contained in:
Benjamin 2023-01-14 13:18:04 +01:00
parent 05bd661307
commit 0f57e2017a

6
.vscode/launch.json vendored
View file

@ -4,6 +4,12 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Edge",
"request": "launch",
"type": "msedge",
"file": "${workspaceFolder}/index.html"
},
{
"name": "Launch index.html",
"type": "firefox",