Skip to content

Commit 55679f5

Browse files
authored
fix: readme typo, update devcontainer playwright version, remove shebang from .d.ts (#1668)
1 parent 5f8fc00 commit 55679f5

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7070
amp mcp add playwright -- npx @playwright/mcp@latest

index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env node
21
/**
32
* Copyright (c) Microsoft Corporation.
43
*

0 commit comments

Comments
 (0)