From 0f57e2017afd8181774c57e470681dfb371b7774 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sat, 14 Jan 2023 13:18:04 +0100 Subject: [PATCH] Add Edge browser launch config --- .vscode/launch.json | 6 ++++++ 1 file changed, 6 insertions(+) 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",