·
1 commit
to main
since this release
Install
| Editor | Command |
|---|---|
| VS Code | code --install-extension blight.glua-gmod |
| Cursor | cursor --install-extension blight.glua-gmod |
| VSCodium | codium --install-extension blight.glua-gmod |
| Windsurf | windsurf --install-extension blight.glua-gmod |
Cursor, VSCodium and Windsurf resolve that from Open VSX; VS Code resolves it from the Marketplace.
Or install the glua-gmod-0.6.0.vsix attached below, which works in any of them:
code --install-extension glua-gmod-0.6.0.vsixIn the editor instead: Extensions → the ··· menu → Install from VSIX…
📖 Full installation guide · Documentation · Changelog
What's Changed
- differentiate the two changelog docs pages by package name by @Bluejutzu in
8ab67e0 - release glua-gmod@0.6.0, glua-cli@0.6.0 by @Bluejutzu in
53cdd50 - notify on upgrade past the independent-release split by @Bluejutzu in
3ad4138 - extract glua-core, release glua-gmod and glua-cli independently by @Bluejutzu in
8e099ef - release v0.5.6 by @Bluejutzu in
44dfbc1 - add unreleased changelog entries for schema docs and exclude fix by @Bluejutzu in
bf0651f - Host config schemas on glua.bluejutzu.dev, add schema reference docs (#21) by @Bluejutzu in #21
- release v0.5.5 by @Bluejutzu in
40a5d8e - Add glua explain, --stdin-filepath, and a pre-commit hook (#20) by @Bluejutzu in #20
- release v0.5.4 by @Bluejutzu in
a3409d2 - rename package to glua-gmod, blight.glua and blight.glua-lsp were both unavailable by @Bluejutzu in
c16ac65 - release v0.5.3 by @Bluejutzu in
92419b5 - rename package to glua, fix marketplace name conflict with bluejutzu.glua-lsp by @Bluejutzu in
08c0825 - release v0.5.2 by @Bluejutzu in
ac2737e - switch publisher from bluejutzu to blight by @Bluejutzu in
40e85a8 - release v0.5.1 by @Bluejutzu in
c39d025 - fix changelog validation by @Bluejutzu in
9aad4d3 - release v0.5.0 by @Bluejutzu in
389b3d2 - Report suppressions that never silenced anything (#18) by @Bluejutzu in #18
- Cache each file's facts, keyed by its contents (#17) by @Bluejutzu in #17
- Show the offending line, and where the time went (#16) by @Bluejutzu in #16
- release v0.4.2 (#15) by @Bluejutzu in #15
- Add source.fixAll and a formatter ignore directive (#14) by @Bluejutzu in #14
- Link every diagnostic to the rule that produced it (#13) by @Bluejutzu in #13
- release v0.4.1 (#12) by @Bluejutzu in #12
- Split fixes into safe and unsafe (#11) by @Bluejutzu in #11
- Add a lint baseline, so inherited code can adopt this (#10) by @Bluejutzu in #10
- Hot path analysis, call hierarchy, dead code and SARIF output (#9) by @Bluejutzu in #9
- release v0.4.0 by @Bluejutzu in
f7b26fe - fix the review findings from #6 (#8) by @Bluejutzu in #8
- Whole-project health report: glua doctor and GLua: Project Report (#7) by @Bluejutzu in #7
- Other editors, custom hook typing, asset paths, CLI fixes, frameworks (#6) by @Bluejutzu in #6
- add styled changelog page to docs (#4) by @Bluejutzu in #4
- release v0.3.0 by @Bluejutzu in
6e74ef5 - fix list-returning methods giving no completions by @Bluejutzu in
83e01f2 - reword the annotation comment in the example addon by @Bluejutzu in
d1e0bd8 - release v0.2.4 by @Bluejutzu in
bca15a5 - publish glua-cli to npm from the release workflow by @Bluejutzu in
89e3283 - release v0.2.3 by @Bluejutzu in
35fb223 - lead the readme with install and a quick start by @Bluejutzu in
ce02945 - type ents.Create as the entity class it names by @Bluejutzu in
749e5e5 - dont fail the release when the marketplace publish does by @Bluejutzu in
66b5fc3 - rename the extension to "GLua for Garry's Mod" by @Bluejutzu in
a309835 - release v0.2.2 by @Bluejutzu in
7b5851a - roll the changelog as part of cutting a release by @Bluejutzu in
46d34aa - release v0.2.1 by @Bluejutzu in
99b2741 - date the changelog sections by @Bluejutzu in
bb48d69 - release v0.2.0 by @Bluejutzu in
bff539d - add a changelog and pin the release artefact by name by @Bluejutzu in
7a4c7f6 - keep LICENSE as plain MIT so it is detected by @Bluejutzu in
dacaacb - prepare for marketplace publishing, restore the contributing nav by @Bluejutzu in
ed8ddef - add a command line interface by @Bluejutzu in
9f79041 - add code lens and workspace-wide diagnostics by @Bluejutzu in
6776173 - track generated accessors and duplicate registrations by @Bluejutzu in
1283933 - fix incorrect config examples in the docs by @Bluejutzu in
9905acf - publish releases to github instead of the marketplace by @Bluejutzu in
800b6a9 - restructure into a pnpm workspace by @Bluejutzu in
41a9c3d