From d809f61a269dc6e4d1d982928a05bb70b4ee9f60 Mon Sep 17 00:00:00 2001 From: Olof Rappestad <31621991+skymakerolof@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:59:53 +0100 Subject: [PATCH] Update CONTRIBUTING.md Replace `yarn install` with `npm install` when working in the vscode repository, since they have switched from yarn to npm. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68998ab7..2a71e8ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)