From ec4404b26cfe16705bdb873f7ac7b8df6f2c4126 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Tue, 26 Mar 2024 00:40:54 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" + } } }