v0.4.0
Install
| Editor | Command |
|---|---|
| VS Code | code --install-extension bluejutzu.glua-lsp |
| Cursor | cursor --install-extension bluejutzu.glua-lsp |
| VSCodium | codium --install-extension bluejutzu.glua-lsp |
| Windsurf | windsurf --install-extension bluejutzu.glua-lsp |
Cursor, VSCodium and Windsurf resolve that from
Open VSX;
VS Code resolves it from the Marketplace.
Or install the glua-lsp-0.4.0.vsix attached below, which works in any of them:
code --install-extension glua-lsp-0.4.0.vsixIn the editor instead: Extensions → the ··· menu → Install from VSIX…
📖 Full installation guide
· Documentation
· Changelog
What's Changed
- add styled changelog page to docs (#4) by @Bluejutzu in #4
- skip ci for docs-only changes (#5) by @Bluejutzu in #5
- Delete docs/style.css by @Bluejutzu in
f590f11 - Other editors, custom hook typing, asset paths, CLI fixes, frameworks (#6) by @Bluejutzu in #6
- Whole-project health report: glua doctor and GLua: Project Report (#7) by @Bluejutzu in #7
- fix the review findings from #6 (#8) by @Bluejutzu in #8
- release v0.4.0 by @Bluejutzu in
f7b26fe
Full diff: v0.3.0...v0.4.0