This commit is contained in:
Andrew Pareles 2025-01-22 00:54:01 -08:00 committed by GitHub
parent aa2394e207
commit 6970ec9fd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,8 +8,8 @@ There are a few ways to contribute:
- 👨‍💻 Build new features - see [Issues](https://github.com/voideditor/void/issues).
- 💡 Make suggestions in our [Discord](https://discord.gg/RSNjgaugJs).
- ⭐️ If you want to build your AI tool into Void, feel free to get in touch! It's very easy to extend Void, and the UX you create will be much more natural than a VSCode Extension.
If you'd like to get started developing Void, feel free to follow the steps below to build Void and do PRs.
Void's code mostly lives in `src/vs/workbench/contrib/void/` and `src/vs/platform/void/`.
@ -111,7 +111,7 @@ workspace/
```
### Distributing
We have a few scripts to convert `Mac .app -> .dmg`, `Windows folder -> .exe`, and `Linux folder -> appimage` for distribution. Let us know if you'd like access to them.
Void's maintainers distribute Void on our website and in releases. If you'd like to see the scripts to convert `Mac .app -> .dmg`, `Windows folder -> .exe`, and `Linux folder -> appimage` for distribution, feel free to reach out.
## Pull Request Guidelines
@ -121,6 +121,21 @@ We have a few scripts to convert `Mac .app -> .dmg`, `Windows folder -> .exe`, a
- Please don't use AI to write your PR 🙂
## Codebase Guide
We highly recommend reading [this](https://github.com/microsoft/vscode/wiki/Source-Code-Organization) article on VSCode's sourcecode organization.
<!-- ADD BLOG HERE
We wrote a [guide to working in VSCode].
-->
For some misc useful links on VSCode we've put together, see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md).
<!--
# Relevant files
@ -149,7 +164,3 @@ Edit: far too many changes to track... this is old
- vscode.proposed.editorInsets.d.ts - not modified, but code copied
-->
## References
For some useful links we've compiled on VSCode, see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md).