Skip to content

v0.10.2 - 2025-06-06

Latest
Compare
Choose a tag to compare
@rcjsuen rcjsuen released this 06 Jun 10:23
· 4 commits to main since this release
d97c5a4

Fixed

  • lock cache manager when deleting to prevent concurrent map writes (#298)
  • initialize
    • return JSON-RPC error if an invalid URI was sent with the request (#292)
  • Compose
    • textDocument/completion
      • check for whitespace when performing prefix calculations for build target suggestions (#294)
      • return an empty result instead of an internal server error if the request's parameters are outside the document's bounds (#296)
      • check the node path's length before recursing deeper for pattern properties matches (#300)
    • textDocument/hover
      • fix error caused by casting a node without checking its type first (#290)