diff --git a/.vscode/launch.json b/.vscode/launch.json index 12f6db7..e8a6eff 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,6 +7,13 @@ "request": "launch", "reAttach": true, "file": "${workspaceFolder}/index.html", - } + }, + { + "name": "Preview Apache httpd page", + "type": "firefox", + "request": "launch", + "reAttach": true, + "file": "${workspaceFolder}/apache.html", + }, ] } \ No newline at end of file