Skip to content

Commit

Permalink
make github CLI storage persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Apr 16, 2024
1 parent 67beeae commit 570cc1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 570cc1d

Please sign in to comment.