Update '.devcontainer/devcontainer.json'

This commit is contained in:
Kevin Kandlbinder 2023-10-19 14:35:36 +02:00
parent 077e6a9ac7
commit 743f4bc87f

View file

@ -27,7 +27,5 @@
"postCreateCommand": "go version && go mod download", "postCreateCommand": "go version && go mod download",
"remoteUser": "vscode", "remoteUser": "vscode",
"features": { "features": {
"kubectl-helm-minikube": "latest",
"github-cli": "latest"
} }
} }