From d3309330952fedb75045f2f23a2dda02f508b78b Mon Sep 17 00:00:00 2001 From: Joshua Hansen Date: Fri, 5 Jul 2024 11:17:40 -0700 Subject: [PATCH] Fix port labelling --- .devcontainer/devcontainer.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2381599..93cc755 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,21 +3,21 @@ "dockerfile": "Dockerfile", "context": "../" }, - "customizations": { - "forwardPorts": [ - 8000, - 8888 - ], - "portsAttributes": { - "8000": { - "label": "docs", - "onAutoForward": "notify" - }, + "forwardPorts": [ + 8000, + 8888 + ], + "portsAttributes": { + "8000": { + "label": "docs", + "onAutoForward": "notify" + }, "8888": { - "label": "jupyter", - "onAutoForward": "notify" - } - }, + "label": "jupyter", + "onAutoForward": "notify" + } + }, + "customizations": { "vscode": { "extensions": [ "ms-toolsai.jupyter",