File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json" ,
33 "name" : " Playwright" ,
4- "image" : " mcr.microsoft.com/playwright:v1.58.2 -noble" ,
4+ "image" : " mcr.microsoft.com/playwright:v1.61.0 -noble" ,
55 "privileged" : true ,
66 "init" : true ,
77 "remoteUser" : " pwuser" ,
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Add via the Amp VS Code extension settings screen or by updating your settings.j
6464
6565** Amp CLI Setup:**
6666
67- Add via the ` amp mcp add ` command below
67+ Add via the ` amp mcp add ` command below
6868
6969``` bash
7070amp mcp add playwright -- npx @playwright/mcp@latest
Original file line number Diff line number Diff line change 1- #!/usr/bin/env node
21/**
32 * Copyright (c) Microsoft Corporation.
43 *
You can’t perform that action at this time.
0 commit comments