Add Edge browser launch config
This commit is contained in:
parent
05bd661307
commit
0f57e2017a
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue