mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Merge branch 'main' into feat/use_npm
This commit is contained in:
commit
1048c55f57
2 changed files with 3 additions and 4 deletions
|
|
@ -14,8 +14,7 @@ We use a [VSCode extension](https://code.visualstudio.com/api/get-started/your-f
|
|||
For some useful links we've compiled see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md).
|
||||
|
||||
## 1. Building the Extension
|
||||
|
||||
Here's how you can start contributing to the Void Extension, where much of our code lives right now:
|
||||
Here's how you can start contributing to the Void extension. This is where most of Void's code lives, and it's where you should get started if you're new.
|
||||
|
||||
1. Clone the repository:
|
||||
|
||||
|
|
@ -23,7 +22,7 @@ Here's how you can start contributing to the Void Extension, where much of our c
|
|||
git clone https://github.com/voideditor/void
|
||||
```
|
||||
|
||||
2. Open the extension folder in VS Code (open it in a new workspace, _don't_ just cd into it):
|
||||
2. Open the folder `/extensions/void` in VS Code (open it in a new workspace, *don't* just cd into it):
|
||||
|
||||
```
|
||||
open /extensions/void
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Void is the open-source Cursor alternative.
|
||||
|
||||
If you're new, welcome! Feel free to check out our [Task board](https://github.com/orgs/voideditor/projects/2/views/3) for the most pressing Issues to work on, and see [`CONTRIBUTING.md`](https://github.com/voideditor/void/blob/main/CONTRIBUTING.md) to get started with the build environment.
|
||||
If you're new, welcome! Feel free to check out our [Project board](https://github.com/orgs/voideditor/projects/2/views/3) for the most pressing Issues to work on, and see [`CONTRIBUTING.md`](https://github.com/voideditor/void/blob/main/CONTRIBUTING.md) to get started with the build environment.
|
||||
|
||||
This repo contains the full sourcecode for Void. We have a [waitlist](https://voideditor.com/email) for downloading the official release, but you can build and develop Void right now.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue