8 lines
215 B
JSON
8 lines
215 B
JSON
{
|
|
"name": "Playwright",
|
|
"image": "mcr.microsoft.com/playwright:next",
|
|
"postCreateCommand": "npm install && npm run build",
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash"
|
|
}
|
|
} |