diff --git a/.vscode/launch.json b/.vscode/launch.json index 0f47d87..38ceddc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",