Releases: carlverge/jsonnet-lsp
Releases · carlverge/jsonnet-lsp
v0.2.10
- fix the release action (busted on 0.2.9)
v0.2.8
- fix stack overflow on very deep jsonnet stacks
v0.2.7
- fix formatting for intellij
v0.2.6
- set default configuration in lsp server even if no configuration notification was sent
v0.2.5
- fix incorrect lint message for import failures
v0.2.4
- Add support for custom search paths in the LSP (corresponds to
jpath
in the jsonnet CLI options)
v0.2.3
- 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
- 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
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
- fix for full replace of document on format with intellij LSP client (#8)