Skip to content

Commit

Permalink
build: Add devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
aPatchyDev committed Nov 17, 2024
0 parents commit f840e42
Showing 1 changed file with 14 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": "Hugo",
"image": "mcr.microsoft.com/devcontainers/go",
"features": {
"ghcr.io/devcontainers/features/hugo:1": {
"extended": true
}
},
"customizations": {
"vscode": {
"extensions": ["vivaxy.vscode-conventional-commits"]
}
}
}

0 comments on commit f840e42

Please sign in to comment.