chore: call out that that the vscode extension is for Node.js (#32882)
In https://github.com/microsoft/playwright/issues/32861, an interested .NET user wanted to try Playwright and found the VS Code Getting Started guide. It didn't work for them because the VS Code Extension is for usage with Node.js, and they don't have NPM installed. We can reduce confusion by mentioning that VS Code Getting started is for Node.js. --------- Signed-off-by: Simon Knott <info@simonknott.de>
This commit is contained in:
parent
208a54529d
commit
6ccaad3a1b
|
|
@ -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.
|
||||
Playwright has a VS Code extension which is available when testing with Node.js. Install [it from the VS Code marketplace](https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright) or from the extensions tab in VS Code.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue