November 2022 stable (1.2022110.0)

  • Stability improvements to the debugger
  • Automatic port chosing in the debugger (resolves issues around multiple instances of the debugger running at once)

Known Issues

  • After switching to the log viewer pane, you will have to press enter on your active filter again to get it to display log lines

October 2022 Stable (1.2022100.0)

  • Added syntax highlighting for CML files

  • Added Fuchsia device snapshots

  • Log viewer

    • Added play/pause, word-wrap buttons
    • Improved text formatting
    • Search
      • Arbitrary logical expression of ANDs and ORs with any level of nesting are now supported
      • Added Regex functionality
      • Fix pid/tid keyword
      • Support any free form string as a filter input
      • Added “warning” alias for severity
      • Handle escape characters
  • User Interface

    • Improve stability and responsiveness when querying for devices
    • Display device connection status in the status bar

August 2022 Stable (1.2022080.0)

  • Late activation: the plugin will now activate when you

    • run commands associated with Fuchsia
    • edit a CML or FIDL file
    • open the log viewer
    • have ffx in one of the auto-discover locations

    It will no longer activate at vscode startup

  • Minor improvements to the log viewer (hover, don't show on startup, formatting)