From 73f02fc964a7d9a4b8547c3fefc9bc32b58fbcf4 Mon Sep 17 00:00:00 2001 From: Ray Lyon Date: Tue, 15 Aug 2023 01:24:21 +0000 Subject: [PATCH] initial working dev container --- .devcontainer/devcontainer.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .devcontainer/devcontainer.json 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