Files
skoobasteeve.github.io.2/.devcontainer/devcontainer.json

16 lines
321 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/jekyll:bookworm",
"customizations": {
"vscode": {
"extensions": [
"albert.TabOut",
"ecmel.vscode-html-css",
"redhat.vscode-yaml",
"rebornix.Ruby"
]
}
},
"forwardPorts": [4000]
}