git
Some checks are pending
build rgb-board / build (push) Waiting to run

This commit is contained in:
2026-02-07 18:11:14 +00:00
parent acf04a32fb
commit c2ac1228e8
2 changed files with 5 additions and 7 deletions

View File

@@ -28,8 +28,7 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"golang.Go",
"Continue.continue"
"golang.Go"
]
}
},
@@ -43,9 +42,7 @@
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
"features": {
"docker-in-docker": "latest",
"kubectl-helm-minikube": "latest",
"git": "latest",
// "docker-in-docker": "latest",
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
}
}