Skip to content

Commit

Permalink
chore: add devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV committed Oct 23, 2023
1 parent eb247c9 commit f4f0974
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"image": "mcr.microsoft.com/devcontainers/go:1-1.21-bullseye",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "lts",
"nvmVersion": "latest"
}
},
"customizations": {
"vscode": {
"extensions": ["golang.go", "esbenp.prettier-vscode", "EditorConfig.EditorConfig"]
}
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ internal/web/static/styles.css
.env.local
*.bbolt
renovate.json
/.pnpm-store
ldap-manager

0 comments on commit f4f0974

Please sign in to comment.