Better Copilot tooling

This commit is contained in:
Matt
2025-07-07 11:46:41 -04:00
committed by GitHub
parent fd41065250
commit 17c9685391
3 changed files with 93 additions and 1 deletions

View File

@@ -29,6 +29,6 @@
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
"features": {
"ghcr.io/devcontainers/features/go:1": "1.21"
"ghcr.io/devcontainers/features/go:1": "1.24"
}
}