devcontainer.json 128 B

123456
  1. {
  2. "image": "mcr.microsoft.com/devcontainers/universal:2",
  3. "features": {
  4. "ghcr.io/devcontainers/features/go:1": {}
  5. }
  6. }