Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

75 lines (47 loc) · 2.04 KB

Change Log

All notable changes to the "pyang" language extension will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.6.0]

Added

  • Editor context menu items to generate PlantUML and YANG Tree Diagrams
  • Status bar item for associated files

Changed

  • yangtree syntax highlighting is fixed to handle prefixes and underscores
  • Debug mode can be enabled per workspace as well, in addition to Remote

[0.5.0]

Added

  • Support for YANG Tree Diagram generation
  • Support for PlantUML Diagram source generation
  • YANG Tree Diagram file icon
  • Extension icon

[0.4.0]

Added

  • Support for YANG Tree Diagram syntax highlighting

Changed

  • --verbose is added to pyang arguments
  • Default pyang.cli.args configuration to be empty

[0.3.0]

Added

  • Support for Code Lens command pyang.show.references

[0.2.0]

Added

  • Support for older VS Code >= 1.65.0
  • Restart Language Server Command

[0.1.0]

Added

  • syntaxes/yang.tmLanguage.json for YANG syntax highlight.
  • yang.lanugage-configuration.json for YANG language configuration.
  • Integration for YANG language server based on pyang, with following configurability
    • CLI arguments to pyang
    • Use LSP over either stdio (default) and TCP socket (debug)
    • LSP server TCP socket host and port