forked from steger/pr3-ws202526
14 lines
522 B
JSON
14 lines
522 B
JSON
{
|
|
"name": "Go Dev Container",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"postCreateCommand": "go install github.com/go-delve/delve/cmd/dlv@latest && go install github.com/cweill/gotests/gotests@v1.6.0 && go install golang.org/x/tools/gopls@latest && go install golang.org/x/tools/cmd/goimports@latest && go install honnef.co/go/tools/cmd/staticcheck@latest",
|
|
"customizations": {
|
|
"vscode": { "extensions": [
|
|
"golang.go",
|
|
"gruntfuggly.todo-tree"
|
|
]}
|
|
}
|
|
}
|