Skip to content

Commit

Permalink
ci: move go to vscode setings
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCharlesHay committed Sep 13, 2024
1 parent fe7f6f0 commit e8d55ba
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
"features": {
"ghcr.io/devcontainers/features/go:1": {}
},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"golang.go"
]
}
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"golang.go"
]
}
}
}

0 comments on commit e8d55ba

Please sign in to comment.