diff --git a/.devcontainer.json b/.devcontainer.json new file mode 100644 index 0000000..44c14d9 --- /dev/null +++ b/.devcontainer.json @@ -0,0 +1,11 @@ +{ + "name": "NabuCasa/support", + "image": "mcr.microsoft.com/devcontainers/base:bullseye", + "customizations": { + "vscode": { + "extensions": [ + "esbenp.prettier-vscode" + ] + } + } +} \ No newline at end of file