diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000000..c6122ec55b --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,8 @@ +{ + "name": "Playwright", + "image": "mcr.microsoft.com/playwright:next", + "postCreateCommand": "npm install && npm run build", + "settings": { + "terminal.integrated.shell.linux": "/bin/bash" + } +} \ No newline at end of file