Releases: Bluejutzu/glua-lsp
Release list
v0.5.3
Install
| Editor | Command |
|---|---|
| VS Code | code --install-extension blight.glua |
| Cursor | cursor --install-extension blight.glua |
| VSCodium | codium --install-extension blight.glua |
| Windsurf | windsurf --install-extension blight.glua |
Cursor, VSCodium and Windsurf resolve that from
Open VSX;
VS Code resolves it from the Marketplace.
Or install the glua-0.5.3.vsix attached below, which works in any of them:
code --install-extension glua-0.5.3.vsixIn the editor instead: Extensions → the ··· menu → Install from VSIX…
📖 Full installation guide
· Documentation
· Changelog
What's Changed
- rename package to glua, fix marketplace name conflict with bluejutzu.glua-lsp by @Bluejutzu in
08c0825 - release v0.5.3 by @Bluejutzu in
92419b5
Full diff: v0.5.2...v0.5.3
v0.5.2
Install
| Editor | Command |
|---|---|
| VS Code | code --install-extension blight.glua-lsp |
| Cursor | cursor --install-extension blight.glua-lsp |
| VSCodium | codium --install-extension blight.glua-lsp |
| Windsurf | windsurf --install-extension blight.glua-lsp |
Cursor, VSCodium and Windsurf resolve that from
Open VSX;
VS Code resolves it from the Marketplace.
Or install the glua-lsp-0.5.2.vsix attached below, which works in any of them:
code --install-extension glua-lsp-0.5.2.vsixIn the editor instead: Extensions → the ··· menu → Install from VSIX…
📖 Full installation guide
· Documentation
· Changelog
What's Changed
- Add AI-assistance disclaimer to README and docs (#19) by @Bluejutzu in #19
- fix docs logo not showing in navbar by @Bluejutzu in
c9fe447 - switch publisher from bluejutzu to blight by @Bluejutzu in
40e85a8 - release v0.5.2 by @Bluejutzu in
ac2737e
Full diff: v0.5.1...v0.5.2
v0.5.1
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.5.1.vsix attached below, which works in any of them:
code --install-extension glua-lsp-0.5.1.vsixIn the editor instead: Extensions → the ··· menu → Install from VSIX…
📖 Full installation guide
· Documentation
· Changelog
What's Changed
- fix changelog validation by @Bluejutzu in
9aad4d3 - release v0.5.1 by @Bluejutzu in
c39d025
Full diff: v0.5.0...v0.5.1
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
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
v0.2.4
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.2.4.vsix attached below, which works in any of them:
code --install-extension glua-lsp-0.2.4.vsixIn the editor instead: Extensions → the ··· menu → Install from VSIX…
📖 Full installation guide
· Documentation
· Changelog
What's Changed
- Updated mintlify pages by @Bluejutzu in
cf8dcb9 - publish glua-cli to npm from the release workflow by @Bluejutzu in
89e3283 - release v0.2.4 by @Bluejutzu in
bca15a5
Full diff: v0.2.3...v0.2.4
v0.2.3
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.2.3.vsix attached below, which works in any of them:
code --install-extension glua-lsp-0.2.3.vsixIn the editor instead: Extensions → the ··· menu → Install from VSIX…
📖 Full installation guide
· Documentation
· Changelog
What's Changed
- rename the extension to "GLua for Garry's Mod" by @Bluejutzu in
a309835 - dont fail the release when the marketplace publish does by @Bluejutzu in
66b5fc3 - type ents.Create as the entity class it names by @Bluejutzu in
749e5e5 - lead the readme with install and a quick start by @Bluejutzu in
ce02945 - release v0.2.3 by @Bluejutzu in
35fb223
Full diff: v0.2.2...v0.2.3
v0.2.2
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.2.2.vsix attached below, which works in any of them:
code --install-extension glua-lsp-0.2.2.vsixIn the editor instead: Extensions → the ··· menu → Install from VSIX…
📖 Full installation guide
· Documentation
· Changelog
What's Changed
- roll the changelog as part of cutting a release by @Bluejutzu in
46d34aa - release v0.2.2 by @Bluejutzu in
7b5851a
Full diff: v0.2.1...v0.2.2
v0.2.1
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.2.1.vsix attached below, which works in any of them:
code --install-extension glua-lsp-0.2.1.vsixIn the editor instead: Extensions → the ··· menu → Install from VSIX…
📖 Full installation guide
· Documentation
· Changelog
What's Changed
- bump action versions and rework the release notes by @Bluejutzu in
b828ca6 - match the t3code release notes shape by @Bluejutzu in
aa438d4 - date the changelog sections by @Bluejutzu in
bb48d69 - release v0.2.1 by @Bluejutzu in
99b2741
Full diff: v0.2.0...v0.2.1
v0.2.0
Install
code --install-extension glua-lsp-0.2.0.vsixDownload the .vsix below, then run that from the folder you saved it in.
Cursor keeps a separate extension directory, so use cursor --install-extension there.
Full documentation: https://glua.bluejutzu.dev
Changes
- build before testing in CI, and fix the light codeblock theme
- release v0.2.0
- add a changelog and pin the release artefact by name
- lead the publishing guide with Open VSX
- keep LICENSE as plain MIT so it is detected
- ignore local agent worktrees
- prepare for marketplace publishing, restore the contributing nav
- add a command line interface
- add code lens and workspace-wide diagnostics
- track generated accessors and duplicate registrations
- fix incorrect config examples in the docs
- switch docs theme to aspen for tab-style nav and centered layout
- Updated mintlify pages
- split nav into guides/reference tabs, add type casting section
- tighten docs intros to lead with usage, not internals
- Updated mintlify pages
- publish releases to github instead of the marketplace
- Updated mintlify pages
- add a Mintlify documentation site
- restructure into a pnpm workspace
- rewrite the README to lead with what the extension does
- add a colour palette and use it for terminal output
- add project config files and inline rule suppressions
- add a formatter
- parser: record parenthesised expressions
- initial commit: glua language server