From 91213877ed882efde4868c1950a00c65869ecb68 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 30 Sep 2024 17:01:43 +0200 Subject: [PATCH] chore: make sure that folks understand that the vscode extension is for node.js --- docs/src/getting-started-vscode-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/getting-started-vscode-js.md b/docs/src/getting-started-vscode-js.md index cf1c8f0844..c530c2df51 100644 --- a/docs/src/getting-started-vscode-js.md +++ b/docs/src/getting-started-vscode-js.md @@ -18,7 +18,7 @@ Get started by installing Playwright and generating a test to see it in action. ## Installation -Install the [VS Code extension from the marketplace](https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright) or from the extensions tab in VS Code. +To use Playwright for Node.js from VS Code, install the [VS Code extension from the marketplace](https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright) or from the extensions tab in VS Code. ![VS Code extension for Playwright](https://github.com/microsoft/playwright/assets/13063165/cab54568-3168-4b3f-bf3d-854976594903)