mirror of
https://github.com/voideditor/void
synced 2026-05-23 01:18:25 +00:00
Update VOID_CODEBASE_GUIDE.md
This commit is contained in:
parent
ae635f0102
commit
8f08e40819
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ Most of Void's code lives in the folder `src/vs/workbench/contrib/void/`.
|
|||
The purpose of this document is to explain how Void's codebase works. If you want build instructions, see [Contributing](https://github.com/voideditor/void/blob/main/HOW_TO_CONTRIBUTE.md).
|
||||
|
||||
|
||||
Each section below contains an overview of a core part of Void's sourcecode. You might want to scroll to find the item that's relevant to you.
|
||||
|
||||
## Void Codebase Guide
|
||||
|
||||
|
|
@ -44,6 +43,8 @@ Actions or "commands" are functions you register on VSCode so that either you or
|
|||
See [here](https://github.com/microsoft/vscode/wiki/Source-Code-Organization) for a decent VSCode guide with even more info.
|
||||
|
||||
|
||||
Each section below contains an overview of a core part of Void's sourcecode. You might want to scroll to find the item that's relevant to you.
|
||||
|
||||
### Internal LLM Message Pipeline
|
||||
|
||||
Here's a picture of all the dependencies that are relevent between the time you first send a message through Void's sidebar, and the time a request is sent to your provider.
|
||||
|
|
|
|||
Loading…
Reference in a new issue