Loading .devcontainer/devcontainer.json 0 → 100644 +13 −0 Original line number Original line Diff line number Diff line { "name": "Go", "image": "mcr.microsoft.com/devcontainers/go:1.25-bookworm", "customizations": { "vscode": { "extensions": [ "golang.go" ] } }, "postCreateCommand": "go version", "remoteUser": "vscode" } No newline at end of file .gitattributes 0 → 100644 +1 −0 Original line number Original line Diff line number Diff line * text=auto eol=lf No newline at end of file Loading
.devcontainer/devcontainer.json 0 → 100644 +13 −0 Original line number Original line Diff line number Diff line { "name": "Go", "image": "mcr.microsoft.com/devcontainers/go:1.25-bookworm", "customizations": { "vscode": { "extensions": [ "golang.go" ] } }, "postCreateCommand": "go version", "remoteUser": "vscode" } No newline at end of file
.gitattributes 0 → 100644 +1 −0 Original line number Original line Diff line number Diff line * text=auto eol=lf No newline at end of file