Skip to content

fix: readme typo, update devcontainer playwright version, remove shebang from .d.ts#1668

Merged
pavelfeldman merged 1 commit into
microsoft:mainfrom
fix2015:fix/readme-typo-and-devcontainer-version
Jul 15, 2026
Merged

fix: readme typo, update devcontainer playwright version, remove shebang from .d.ts#1668
pavelfeldman merged 1 commit into
microsoft:mainfrom
fix2015:fix/readme-typo-and-devcontainer-version

Conversation

@fix2015

@fix2015 fix2015 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Hey, couple of small things I spotted:

  • there was a missing space in the README where it says amp mcp addcommand — just needed a space before "command"
  • the devcontainer image was pinned to Playwright v1.58.2 but the package.json uses a much newer version, so codespace users would get mismatched browser binaries. bumped it to v1.61.0
  • index.d.ts had a #!/usr/bin/env node shebang at the top, which doesn't make sense for a type declaration file since it's never executed directly

…ang from .d.ts

- added missing space before "command" in the amp mcp add section
- bumped devcontainer image from v1.58.2 to v1.61.0 to stay closer to
  the playwright version used in package.json
- removed #!/usr/bin/env node from index.d.ts — type declaration files
  aren't executed so the shebang doesn't belong there
@pavelfeldman
pavelfeldman merged commit 55679f5 into microsoft:main Jul 15, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants