Update VOID_CODEBASE_GUIDE.md

This commit is contained in:
Andrew Pareles 2025-04-09 21:16:33 -07:00 committed by GitHub
parent 8f08e40819
commit 6230971dff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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