From b47e8f22375de5dd30176f424c7e8c3a98ce6730 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:14:36 -0700 Subject: [PATCH] Update VOID_CODEBASE_GUIDE.md --- VOID_CODEBASE_GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VOID_CODEBASE_GUIDE.md b/VOID_CODEBASE_GUIDE.md index d6907e4b..d4c7d5c3 100644 --- a/VOID_CODEBASE_GUIDE.md +++ b/VOID_CODEBASE_GUIDE.md @@ -21,8 +21,8 @@ Here is some important terminology you should know if you're working inside VSCo -### Minimal VSCode Rundown -Here's a minimal VSCode rundown if you're just getting started with Void: +### VSCode Rundown +Here's a VSCode rundown if you're just getting started with Void (just read what's necessary): - VSCode is (and therefore Void is) an Electron app. Electron runs two processes: a **main** process (for internals) and a **browser** process (browser means HTML in general, not just "web browser"). - Code in a `browser/` folder always lives on the browser process, and it can use `window` and other browser items.