Skip to content

Commit

Permalink
devcontainer: add task runner & hugo vscode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyZmeem committed Dec 18, 2024
1 parent 5fc45d1 commit 3ddde10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
"customizations": {
"vscode": {
"extensions": [
"rusnasonov.vscode-hugo",
"sanaajani.taskrunnercode"
]
}
},
"features": {
"ghcr.io/devcontainers/features/hugo:1": {
"version": "0.136.5",
Expand Down

0 comments on commit 3ddde10

Please sign in to comment.