From 4117270036def7d86cd073dd9331883ec375ceee Mon Sep 17 00:00:00 2001 From: hubwriter Date: Tue, 17 Oct 2023 09:54:44 +0100 Subject: [PATCH] Remove codespace auto-preview from devcontainer.json I'm removing the automatic preview in a codespace in VS Code because it doesn't work for the docs site. The preview tab in VS Code just shows a white page. --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7ceff10c96fa..b96e857799c1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -52,8 +52,7 @@ "portsAttributes": { "4000": { - "label": "Preview", - "onAutoForward": "openPreview" + "label": "Preview" } },