mirror of
https://github.com/skoobasteeve/skoobasteeve.github.io.2.git
synced 2026-03-19 23:58:55 +00:00
16 lines
321 B
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]
|
|
} |