Skip to content

Releases: JohnnyMorganz/luau-lsp

0.3.0

15 May 20:23
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

[0.3.0] - 2022-05-15

Added

  • Implemented Document Link Provider
  • Added JSON require support
  • Added Documentation support

Changed

  • Improved hover design
  • globalTypes.d.lua and the API docs will now be automatically downloaded by the client and passed to the server. The user no longer needs to manage this.

Fixed

  • Fixed spurious diagnostics on initial load of a file

0.2.0

14 May 21:32
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Implement Signature Help Provider
  • Improved stringification of functions to look nicer in hover and signature help
  • Use incremental text document sync
  • Enabled all Luau FFlags by defaults

0.1.2

14 May 13:01
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Fix crash when workspace does not have a sourcemap.json present in root

0.1.1

13 May 23:55
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Bug fixes

0.1.0

13 May 22:37
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial basic release
Supports fundamentals, such as diagnostics, autocomplete and hover.