Skip to content

Commit 4a1bb02

Browse files
Add GitHub Actions extension to devcontainer customizations
1 parent 35a9dcb commit 4a1bb02

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
"image": "mcr.microsoft.com/devcontainers/go:1-1.23-bookworm",
77
"features": {
88
"ghcr.io/devcontainers/features/github-cli:1": {}
9+
},
10+
"customizations": {
11+
"vscode": {
12+
"extensions": [
13+
"github.vscode-github-actions"
14+
]
15+
}
916
}
1017

1118
// Features to add to the dev container. More info: https://containers.dev/features.

0 commit comments

Comments
 (0)