Skip to content

Commit

Permalink
add devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Nov 11, 2024
1 parent 55d80e8 commit 1f6b477
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
// Docker images officially provided by Microsoft that can utilized as base images
// https://hub.docker.com/_/microsoft-vscode-devcontainers
"name": "Tools for building and running Go projects",
"image": "mcr.microsoft.com/vscode/devcontainers/go:1.21",
// Features to add to the dev container. More info: https://containers.dev/features
"features": {},
"remoteUser": "root"
}

0 comments on commit 1f6b477

Please sign in to comment.