Skip to content

Releases: carlverge/jsonnet-lsp

v0.2.10

26 Jul 17:03
b6ca55e
Compare
Choose a tag to compare
  • fix the release action (busted on 0.2.9)

v0.2.8

15 May 14:19
cd6f752
Compare
Choose a tag to compare
  • fix stack overflow on very deep jsonnet stacks

v0.2.7

19 Mar 20:25
Compare
Choose a tag to compare
  • fix formatting for intellij

v0.2.6

18 Mar 17:57
d981197
Compare
Choose a tag to compare
  • set default configuration in lsp server even if no configuration notification was sent

v0.2.5

17 Oct 15:17
Compare
Choose a tag to compare
  • fix incorrect lint message for import failures

v0.2.4

29 Aug 18:50
Compare
Choose a tag to compare
  • Add support for custom search paths in the LSP (corresponds to jpath in the jsonnet CLI options)

v0.2.3

27 Aug 19:49
Compare
Choose a tag to compare
  • fix resolution of nested locals references and functions defined on objects
  • support functionality inside computed object fields (autocomplete, goto def, linting, etc)
  • add mod to stdlib builtins
  • WIP: add type annotation parsing code

v0.2.1

07 Jul 22:41
45bd11f
Compare
Choose a tag to compare
  • Fix the configuration notification from the extension to the LSP -- live configuration updates will now work
  • Bring the formatting defaults inline with the defaults in the jsonnetfmt cli command
  • Update jsonnet-go to 0.20.0
  • Update golang to 1.20

v0.1.11

16 May 01:19
d527630
Compare
Choose a tag to compare

fix mangled code from previous release

  • 56d735e mangled a bunch of newer code, this should teach me to be careful about switching laptops...

v0.1.10

26 Apr 15:21
ba2e765
Compare
Choose a tag to compare
  • fix for full replace of document on format with intellij LSP client (#8)