Skip to content

Commit ce54586

Browse files
committed
chore: add devcontainer config
Signed-off-by: Emilien Escalle <[email protected]>
1 parent 18a2d39 commit ce54586

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Alpine",
3+
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.21",
4+
"features": {
5+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
6+
"ghcr.io/devcontainers/features/github-cli:1": {},
7+
"ghcr.io/devcontainers-extra/features/act:1": {}
8+
},
9+
"customizations": {
10+
"vscode": {
11+
"extensions": [
12+
"eamodio.gitlens",
13+
"github.vscode-github-actions",
14+
"github.copilot",
15+
"github.copilot-chat",
16+
"ms-vscode.makefile-tools",
17+
"esbenp.prettier-vscode",
18+
"ms-azuretools.vscode-containers",
19+
"Tim-Koehler.helm-intellisense"
20+
]
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)