From b32b0371ae82aae57aeb79cd44d9c5b5c25ff8ab Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Tue, 15 Nov 2022 09:47:10 +0000 Subject: [PATCH] Open Browser config is not working for some unknown reason --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b4d5c395cd..b51248d798 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -51,7 +51,7 @@ "44331": { "label": "Umbraco HTTPS", "protocol": "https", - "onAutoForward": "openBrowser" + "onAutoForward": "notify" } }