diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..79bc8604 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,6 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {}, + "extensions": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"], + "postCreateCommand": "npm install --global @microsoft/rush && rush update && rush build --to-except bemuse" +}