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" + } +} }