chore: add devcontainer for GitHub Codespaces (#3862)

This commit is contained in:
Max Schmitt 2020-09-14 16:52:44 +02:00 committed by GitHub
parent beceeaf6a1
commit 1d8d89dcfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}