Skip to content

wit-language-server: v0.2.0

Latest
Compare
Choose a tag to compare
@Michael-F-Bryan Michael-F-Bryan released this 11 Apr 13:09
03f1691

0.2.0 (2024-04-11)

Features

  • Added a wit-language-server -vV flag which will print verbose version info, similar to rustc -vV (bc46605)
  • Implemented realtime diagnostic reporting (fc9b233)
  • Implemented semantic code completion (5926700)
  • Instrument all queries using tracing (396c89b)

Bug Fixes

  • Fixed a panic that would happen when calculating code folding for a file with comments (26b054c)
  • Panics will no longer cause the language server to crash (d47c664)
  • The default log level has been reduced to avoid unnecessary output (5ddcf7b)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • tree-sitter-wit bumped from 0.1.0 to 0.2.0
      • wit-compiler bumped from 0.1.0 to 0.2.0