diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..25b5b7c1 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,18 @@ +{ + "image": "mcr.microsoft.com/devcontainers/javascript-node:4-24-trixie", + "features": { + "ghcr.io/devcontainers/features/docker-in-docker:2": { + "moby": "false" + } + }, + "postCreateCommand": "npm install -g @devcontainers/cli", + "customizations": { + "vscode": { + "extensions": [ + "mads-hartmann.bash-ide-vscode", + "dbaeumer.vscode-eslint", + "editorconfig.editorconfig" + ] + } + } +}