v0.3.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.3.0.vsix attached below, which works in any of them:
code --install-extension glua-lsp-0.3.0.vsixIn the editor instead: Extensions → the ··· menu → Install from VSIX…
📖 Full installation guide
· Documentation
· Changelog
What's Changed
- reword the annotation comment in the example addon by @Bluejutzu in
d1e0bd8 - fix list-returning methods giving no completions by @Bluejutzu in
83e01f2 - mention the cli in the readme by @Bluejutzu in
4c1bb27 - add version badges to the readme by @Bluejutzu in
807a6c5 - Label project as unofficial in README and docs by @claude in #1
- add update notices and progress output to glua-cli by @Bluejutzu in #2
- skip full project indexing in glua fmt by @Bluejutzu in #3
- skip target indexing too when indexProject is false by @Bluejutzu in #3
- fix update-check install detection and cache safety by @Bluejutzu in #2
- release v0.3.0 by @Bluejutzu in
6e74ef5
Full diff: v0.2.4...v0.3.0