This commit is contained in:
Olof Rappestad 2025-12-20 08:31:14 +01:00 committed by GitHub
commit 8df59cad1c
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` - 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):
![](./docs/launch%20config.png) ![](./docs/launch%20config.png)