v0.0.1

  • Initial release with basic syntax highlighting support for FIDL.

v0.0.3

  • Offer a “FIDL: Go To Source” command to jump from generated bindings to FIDL source when working in the Fuchsia tree.

v0.1.0

  • FIDL2 syntax highlighting.

v0.2.0

  • FIDL formatting support
  • Syntax highlighting improvements

v0.3.0

  • LSP Language Server support, including:
    • Go to definition
    • Find all references
    • Hover for type information
    • Document links

v0.3.1

  • Bug fixes
    • Don't crash when fail to read fidl_project.json
    • Correctly lookup library on textDocument/references request
  • Improvements
    • Notify the user when the server fails to read fidl_project.json
    • Rename config setting for clarity

v0.3.2

  • Bug fix: correctly handle custom fidl_project.json setting