Skip to content

Releases: LorettaDevs/loretta-vscode

v0.0.7

17 Oct 05:24
Compare
Choose a tag to compare

Added

  • Added support for ULL and LL suffixes for LuaJIT.

Fixed

  • Fixed semantic highlighting support for type syntax.
  • Fixed typed lua formatting.
  • Fixed local variable attributes formatting.

Changed

  • Tables are now kept as a single line if their fields do occupy more than one.
  • Tables don't have spaces added inside them if they're empty.
  • Line breaks are now only added after statements as required.

v0.0.6

03 Mar 19:17
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Fixed

  • Fixed a bug with a TypeCastException being thrown when files were edited.

v0.0.5

03 Mar 18:08
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Added

  • Added support for Lua 5.4 variable attributes;
  • Added support for Luau (Roblox Lua) typed lua.

v0.0.4

24 Nov 20:34
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Fixed

  • Fixed parameter names not being marked as readonly when they are.
  • Fixed implicit self parameter not existing on methods.
  • Fix file-level arg parameter being wrongfully added as args.
  • Fix parameters and for variables not having their declaration highlighted when the caret is on a reference to them.
  • Fix implicit variables not being declared as readonly when they don't have a declaration (like self).

Added

  • Added semantic syntax highlighting support for function names.
  • Added "Go To References" support for variables and goto labels.

Changed

  • Write log files to temp folder instead of project directory.

v0.0.3

17 Nov 03:42
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
Version bump.

v0.0.2

12 Nov 02:06
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
Update the language server.