17 lines
359 B
JSON
17 lines
359 B
JSON
{
|
|
"name": "rules.battlesnake.local",
|
|
"image": "mcr.microsoft.com/devcontainers/go:1.21",
|
|
"postCreateCommand": "go mod download",
|
|
"forwardPorts": [],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"golang.go"
|
|
],
|
|
"settings": {
|
|
"go.formatTool": "gofmt",
|
|
"go.lintTool": "golangci-lint"
|
|
}
|
|
}
|
|
}
|
|
}
|