From 07de9dd5a0970086c4c36d14cd6f6ac311804b9d Mon Sep 17 00:00:00 2001 From: Michal Czyz Date: Wed, 20 Mar 2024 17:01:11 +0100 Subject: [PATCH] Add codespace config Signed-off-by: Michal Czyz --- .devcontainer/ubuntu2204-gui/.devcontainer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .devcontainer/ubuntu2204-gui/.devcontainer.json diff --git a/.devcontainer/ubuntu2204-gui/.devcontainer.json b/.devcontainer/ubuntu2204-gui/.devcontainer.json new file mode 100644 index 0000000000..44d486b770 --- /dev/null +++ b/.devcontainer/ubuntu2204-gui/.devcontainer.json @@ -0,0 +1,12 @@ +{ + "image": "ghcr.io/antmicro/openroad-flow-scripts/ubuntu22.04:latest", + "features": { + "ghcr.io/devcontainers/features/desktop-lite:1": {} + }, + "forwardPorts": [6080], + "portsAttributes": { + "6080": { + "label": "desktop" + } + } +}