We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a2d39 commit ce54586Copy full SHA for ce54586
.devcontainer/devcontainer.json
@@ -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