Update LINEMAGE_VSCODE_GUIDE.md

This commit is contained in:
Andrew Pareles 2024-09-10 22:57:00 -07:00 committed by GitHub
parent 3e3dd58513
commit 77d226adb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ LineMage is mostly an extension right now, and these links were very useful for
- [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).
- [An extension's `package.json` schema](https://code.visualstudio.com/api/references/extension-manifest).
- ["Contributes" Guide](https://code.visualstudio.com/api/references/contribution-points) - the `"contributes"` part of `package.json` is how an extension mounts.