blob: bceb29bed44d36de395a1c25db4f1a0a378948a9 [file] [log] [blame] [view]
## June 2024 stable (1.2024060.0)
- Fix bug with the test integration when the build directory has been excluded
from VS Code's workspace.
## May 2024 stable (1.2024050.0)
- Component explorer lets you see what components are running on the device
and debug those components.
- Test explorer lets you see run and debug tests.
- Replaced custom log viewer with VS Code's built-in log viewer interface.
## 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)