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