diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index db6059c2..f3948308 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,6 +11,13 @@ "features": { "ghcr.io/devcontainers/features/github-cli:1": {} }, + "mounts": [ + { + "source": "desktop-linux-gh", + "target": "/root/.config/gh/", + "type": "volume" + } + ], // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], // Configure tool-specific properties.