This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch codespaces in repository https://gitbox.apache.org/repos/asf/superset.git
commit 4b5dbf3dcf41d8ed4259e08975a003374ab7ea3a Author: Maxime Beauchemin <[email protected]> AuthorDate: Mon Jul 28 16:34:20 2025 -0700 public port --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e022cfbb21..c73a69e6c4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -26,7 +26,8 @@ "portsAttributes": { "9001": { "label": "Superset (via Webpack Dev Server)", - "onAutoForward": "notify" + "onAutoForward": "notify", + "visibility": "public" } },
