Skip to content

Releases: suzizecat/diplomat-vscode

Latest Dev Release

18 Dec 22:43
Compare
Choose a tag to compare
Latest Dev Release Pre-release
Pre-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

17 Dec 17:16
Compare
Choose a tag to compare
Latest Dev Release Pre-release
Pre-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

16 Dec 10:23
Compare
Choose a tag to compare

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

13 Aug 08:49
Compare
Choose a tag to compare
Latest Dev Release Pre-release
Pre-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

01 Aug 13:28
Compare
Choose a tag to compare

Changelog

Considered as the first working distributed version.

  • Setup of the CI/CD
  • Properly lookup symbols when using inline annotation.