Skip to content

Commit

Permalink
chore: add devcontainer for GitHub Codespaces (#3862)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Sep 14, 2020
1 parent beceeaf commit 1d8d89d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 1d8d89d

Please sign in to comment.