Skip to content

Commit

Permalink
devcontainer with go and nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
containerman17 committed Aug 26, 2024
1 parent 28c4160 commit 6aac1aa
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 @@
{
"name": "Go + Node.js",
"image": "mcr.microsoft.com/vscode/devcontainers/go:1.22",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "22"
}
}
}

0 comments on commit 6aac1aa

Please sign in to comment.