Skip to content

Release 0.27.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 13:07
· 24 commits to main since this release

SysML v2.0 Extension v0.27.0

Added

  • Metadata visualizationmetadata def and metadata elements now render as first-class structural nodes in diagram views
  • Base type display on nodes — diagram nodes show specialization and typing relationships using SysML notation (:> for definitions, : for usages)
  • Attribute values in diagram nodes — definition nodes display attribute values inline

Changed

  • Updated sysml-v2-lsp dependency from 0.7.0 to 0.8.0
    • Fixed extractName() picking up prefix metadata annotation names instead of element names
    • Metadata annotations extracted and emitted in model DTOs

Fixed

  • Metadata keyword text colourmetadata def and metadata keywords now render in purple (#D4A5FF) instead of falling through to the grey default

Installation

Download the .vsix file and install using:

code --install-extension sysml-v2-support-0.27.0.vsix

Or install directly from the VS Code Marketplace.