Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 19:13
· 57 commits to main since this release
e8ad5c2

Install

code --install-extension glua-lsp-0.2.0.vsix

Download 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