From b82148259643b808732475eea3e65f7b7dfd21e3 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Fri, 16 Jun 2023 22:03:35 +0000 Subject: [PATCH] MNT: add VNClte porte by default --- .devcontainer/devcontainer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cf04a8a2746f..87d381c9a68b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,5 +23,10 @@ ], "settings": {} } - } +}, +"portsAttributes": { + "6080": { + "label": "desktop" + } +} }