From f5fe2e796169c156ece53d03fa20c7bbe8eb35c8 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 10 Mar 2022 02:53:01 +0100 Subject: [PATCH] :hammer: Add apache launch configuration --- .vscode/launch.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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