Merge pull request #161 from voideditor/docs-improvements

Improve documentation
This commit is contained in:
Andrew Pareles 2024-11-26 16:39:46 -08:00 committed by GitHub
commit 7e22b80986
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ The Void team put together this list of links to get up and running with VSCode'
## VSCode's Extension API
Void is mainly an extension right now, and these links were very useful for us to get set up.
Void is no longer an extension, so these links are no longer required, but they might be useful if we ever build an extension again.
- [Files you need in an extension](https://code.visualstudio.com/api/get-started/extension-anatomy).