From f98d5d2e317dbc4dc8afcea752ae84bed2c1ed9d Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 25 Mar 2025 18:46:19 +0100 Subject: [PATCH] make it two codeframes for easy copying --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0d31e3..c88b70d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ Install the Playwright MCP server using the VS Code CLI: ```bash # For VS Code code --add-mcp '{"name":"playwright","command":"npx","args":["@playwright/mcp@latest"]}' +``` +```bash # For VS Code Insiders code-insiders --add-mcp '{"name":"playwright","command":"npx","args":["@playwright/mcp@latest"]}' ```