mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Update LINEMAGE_VSCODE_GUIDE.md
This commit is contained in:
parent
4b6d92bd22
commit
529c058d52
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ LineMage put together this list of links to learn about VSCode. We hope it's hel
|
|||
|
||||
## VSCode's Extension API
|
||||
|
||||
VS Code exposes an API for building extensions. Knowing about the API is really important now because LineMage is mostly an extension right now, but it won't be as relevant when we touch the sourcecode more.
|
||||
|
||||
- [Files you need in an extension](https://code.visualstudio.com/api/get-started/extension-anatomy).
|
||||
|
||||
- [The `package.json` schema](https://code.visualstudio.com/api/references/extension-manifest).
|
||||
|
|
|
|||
Loading…
Reference in a new issue