From 8f08e40819d45577154fa5edf4c499b5cab2c939 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Wed, 9 Apr 2025 21:15:52 -0700 Subject: [PATCH] Update VOID_CODEBASE_GUIDE.md --- VOID_CODEBASE_GUIDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VOID_CODEBASE_GUIDE.md b/VOID_CODEBASE_GUIDE.md index 0d8241ff..5446cea9 100644 --- a/VOID_CODEBASE_GUIDE.md +++ b/VOID_CODEBASE_GUIDE.md @@ -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.