{ "workspaceFolder": "/workspace", "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,Z", "build": { "dockerfile": "Dockerfile", "args": { "GO_VERSION": "1.24.0", "GOLANGCI_LINT_VERSION": "1.64.5", "MIGRATE_VERSION": "4.18.2" } }, "customizations": { "vscode": { "extensions": [ "golang.go" ] } }, "forwardPorts": [ 3000 ] }