Skip to content

Commit

Permalink
Add devcontainer configuration (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee authored Dec 1, 2023
1 parent 7a07ade commit ca383f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Dependabot CLI",
"image": "mcr.microsoft.com/devcontainers/go:1.21",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker": "latest"
},
"customizations": {
"vscode": {
"extensions": [
"golang.go"
]
}
}
}
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["golang.go"]
}

0 comments on commit ca383f1

Please sign in to comment.