Skip to content

Commit

Permalink
vscode: devcontainer: add github-cli feature
Browse files Browse the repository at this point in the history
  • Loading branch information
TerraTalpi committed Dec 14, 2021
1 parent c2ae595 commit 1a1560d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
// "postCreateCommand": "go version",

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
"remoteUser": "vscode",
"features": {
"github-cli": "latest"
}
}

0 comments on commit 1a1560d

Please sign in to comment.