From 6230971dffa2c998ab56f49e53947450b2051361 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Wed, 9 Apr 2025 21:16:33 -0700 Subject: [PATCH] Update VOID_CODEBASE_GUIDE.md --- VOID_CODEBASE_GUIDE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/VOID_CODEBASE_GUIDE.md b/VOID_CODEBASE_GUIDE.md index 5446cea9..6810b0d4 100644 --- a/VOID_CODEBASE_GUIDE.md +++ b/VOID_CODEBASE_GUIDE.md @@ -113,9 +113,6 @@ Here's a guide to some of the terminology we're using: -### Misc - -- VSCode's repo is the source code for the Monaco editor! An "editor" is a Monaco editor, and it shares the code for ITextModel, etc. ## VSCode Codebase Guide (Not Void) @@ -139,6 +136,8 @@ The Void team put together this list of links to get up and running with VSCode' - [Every command](https://code.visualstudio.com/api/references/commands) built-in to VSCode - not used often, but here for reference. +- Note: VSCode's repo is the source code for the Monaco editor! An "editor" is a Monaco editor, and it shares the code for ITextModel, etc. + #### VSCode's Extension API