Skip to content

Commit

Permalink
Standardize devcontainer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed May 24, 2024
1 parent 2a1d82b commit 7552c50
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
{
"name": "GoFlow",
"image": "golang:1.22-bullseye",
"image": "mcr.microsoft.com/devcontainers/go:1-1.22-bullseye",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"installOhMyZsh": false,
"installOhMyZshConfig": false,
"configureZshAsDefaultShell": true,
"upgradePackages": "true"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "latest",
"ppa": "false"
},
"ghcr.io/devcontainers-contrib/features/pandoc:1": {
"version": "latest"
}
Expand Down

0 comments on commit 7552c50

Please sign in to comment.