mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
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:
parent
e03e965994
commit
d809f61a26
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
- 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`
|
- 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):
|
- Select and run the launch configuration "Monaco Editor Playground" (this might take a while, as it compiles the sources):
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue