aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
blob: ef9d6f7cf28165ad1b34a6e690fc6d46f4e45dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"name": "golings",
	"image": "mcr.microsoft.com/devcontainers/base:bullseye",
	"postCreateCommand": "go install github.com/mauricioabreu/golings/golings@latest",
	"features": {
		"ghcr.io/devcontainers/features/go:1": {
			"version": "latest"
		},
		"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {}
	}
}