diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 877c0d1..6aa0e06 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,5 +3,14 @@ "features": { "ghcr.io/devcontainers/features/rust:1": {}, "ghcr.io/devcontainers/features/desktop-lite:1": {} + }, + "forwardPorts": [6080, 5901], + "portsAttributes": { + "6080": { + "label": "desktop" + }, + "5901": { + "label": "desktop" + } } }