Skip to content

Commit 72a61c5

Browse files
authored
update devcontainer (#27)
1 parent dba0950 commit 72a61c5

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"--security-opt",
1616
"seccomp=unconfined"
1717
],
18+
// Features to add to the dev container. More info: https://containers.dev/features.
19+
"features": {
20+
"ghcr.io/devcontainers/features/powershell:1": {},
21+
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
22+
},
1823
// Configure tool-specific properties.
1924
"customizations": {
2025
// Configure properties specific to VS Code.
@@ -48,14 +53,5 @@
4853
"postCreateCommand": "sh . ./.devcontainer/postCreateCommand.sh",
4954
"postStartCommand": "sh . ./.devcontainer/postStartCommand.sh",
5055
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
51-
"remoteUser": "vscode",
52-
"features": {
53-
"docker-in-docker": "latest",
54-
"kubectl-helm-minikube": {
55-
"version": "latest",
56-
"helm": "3.9.2",
57-
"minikube": "none"
58-
},
59-
"powershell": "latest"
60-
}
56+
"remoteUser": "vscode"
6157
}

0 commit comments

Comments
 (0)