Skip to content

Commit

Permalink
feat: add codespace definition
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCharlesHay committed Sep 13, 2024
1 parent e49c40d commit fe7f6f0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Go Development Environment",
"image": "mcr.microsoft.com/vscode/devcontainers/go:1",
"features": {
"ghcr.io/devcontainers/features/go:1": {}
},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"golang.go"
]
}

0 comments on commit fe7f6f0

Please sign in to comment.