mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Update VOID_CODEBASE_GUIDE.md
This commit is contained in:
parent
8f08e40819
commit
6230971dff
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue