mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
8de0f9d87b
commit
0455606ec6
1 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ Press <kbd>F5</kbd>. This will start a new instance of VS Code with the extensio
|
|||
|
||||
If you would like to use AI features, you need to provide an API key. You can do that by going to Settings (Ctrl+,) and modifying `void > "Anthropic Api Key"`. The "Which API" environment variable controls the provider and defaults to "anthropic".
|
||||
|
||||
Check out our [Issues](https://github.com/voideditor/void/issues) page!
|
||||
|
||||
## 2. Building the full IDE
|
||||
|
||||
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.
|
||||
|
|
@ -41,6 +43,9 @@ To bundle the IDE, run `yarn gulp vscode-win32-x64`. Here are the full options:
|
|||
|
||||
If you're on Windows, we recommend running the project inside a dev container. VSCode should prompt you to do this automatically.
|
||||
|
||||
Check out our [Issues](https://github.com/voideditor/void/issues) page!
|
||||
|
||||
|
||||
## Roadmap
|
||||
|
||||
Here are the most important topics on our Roadmap. More ⭐'s = more important.
|
||||
|
|
|
|||
Loading…
Reference in a new issue