diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..7baa743 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,16 @@ +{ + "image": "mcr.microsoft.com/devcontainers/jekyll:bookworm", + + "customizations": { + "vscode": { + "extensions": [ + "albert.TabOut", + "ecmel.vscode-html-css", + "redhat.vscode-yaml", + "rebornix.Ruby" + ] + } + }, + + "forwardPorts": [4000] + } \ No newline at end of file