Update LINEMAGE_VSCODE_GUIDE.md

This commit is contained in:
Andrew Pareles 2024-09-10 22:55:36 -07:00 committed by GitHub
parent 529c058d52
commit e1909986c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ 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.
VSCode 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).