Update CONTRIBUTING.md

This commit is contained in:
Andrew Pareles 2024-09-17 15:30:52 -07:00 committed by GitHub
parent 3bef1800da
commit c1355f0e68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ If you would like to use AI features, you need to provide an API key. You can do
## 2. Building the full IDE
Beyond the extension, we sometimes edit the IDE when we need to access more functionality. If you want to build the full IDE after making a change, please follow the steps below, or see VS Code's full [how to contribute](https://github.com/microsoft/vscode/wiki/How-to-Contribute) page.
Beyond the extension, we very occasionally edit the IDE when we need to access more functionality. If you want to work on the full IDE, please follow the steps below, or see VS Code's full [how to contribute](https://github.com/microsoft/vscode/wiki/How-to-Contribute) page.
1. Install all dependencies by running `yarn`.