diff --git a/.vscode/launch.json b/.vscode/launch.json index 5e481d5c..0eb8eb4e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -43,7 +43,14 @@ { "type": "chrome", "request": "launch", - "name": "Demo Client", + "name": "Demo Client (Chrome)", + "url": "http://127.0.0.1:3000", + "webRoot": "${workspaceFolder}/" + }, + { + "type": "msedge", + "request": "launch", + "name": "Demo Client (Edge)", "url": "http://127.0.0.1:3000", "webRoot": "${workspaceFolder}/" },