Update CONTRIBUTING.md

Replace `yarn install` with `npm install` when working in the vscode repository, since they have switched from yarn to npm.
This commit is contained in:
Olof Rappestad 2025-03-26 14:59:53 +01:00 committed by GitHub
parent e03e965994
commit d809f61a26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ This can be done directly from the VS Code repository and does not involve the m
- Clone the [VS Code repository](https://github.com/microsoft/vscode): `git clone https://github.com/microsoft/vscode`
- Open the repository in VS Code: `code vscode`
- Run `yarn install`
- Run `npm install`
- Select and run the launch configuration "Monaco Editor Playground" (this might take a while, as it compiles the sources):
![](./docs/launch%20config.png)