Releases: suzizecat/diplomat-vscode
Releases · suzizecat/diplomat-vscode
Latest Dev Release
Changelog
Added
- Add combinatorial logic snippet (
comb
) - Add case clause snippet (
case
) - Add assign clause snippet (
assign
) - Add conditional snippets (
if
,else
,elif
) - Add waveform to editor link (click on waveform show signal in code)
Fixed
- Tentative fix of semi-random failure to automatically load config, refresh or index.
Changed
- Properly extract test messages and report test failure errors
Latest Dev Release
Changelog
Added
- Add combinatorial logic snippet (
comb
) - Add case clause snippet (
case
) - Add assign clause snippet (
assign
) - Add conditional snippets (
if
,else
,elif
) - Add waveform to editor link (click on waveform show signal in code)
Changed
- Properly extract test messages and report test failure errors
0.2.0
0.2.0 - 2024-12-16
Added
- Add "Add signal to waveform viewer" function (#5)
- Add basic infrastructure for client-side logging (
Output > [diplomat] Host
channel) - Add CocoTB integration (discover and run tests)
- Adds snippets
Changed
- Prevent the Diplomat view from being visible if the extension if not activated.
Latest Dev Release
Changelog
Added
- Add CocoTB integration (discover and run tests)
- Adds snippets
Changed
- Prevent the Diplomat view from being visible if the extension if not activated.
0.1.0
Changelog
Considered as the first working distributed version.
- Setup of the CI/CD
- Properly lookup symbols when using inline annotation.