Releases: esmasth/pyang-vscode
Releases · esmasth/pyang-vscode
v0.7.0
- Added YANG file template snippets for module and submodule
- Added Markdown code fenced syntax highlighting for
yang
andyangtree
- Updated keybinding for
pyang: Generate YANG Tree Diagram
toAlt+Y T
- Updated keybinding for
pyang: Generate PlantUML Diagram
toAlt+Y U
0.6.0
- Added menu items in YANG filetype editor context to generate PlantUML and YANG Tree Diagrams
- Limited command palette commands to generate PlantUML and YANG Tree Diagrams to YANG filetype editor context
- Improved usability of the PlantUML and YANG Tree Diagram generation.
Requires latest version of pyang with LSP support. - Improved syntax highlighting of YANG Tree Diagrams
- Added status bar item
pyang
for editors which are served by the extension.
0.5.0
0.4.0
pyang.cli.args
configuration is now empty by defaultpyang
startup arguments now include--verbose
, in addition to--lsp
and
--no-env-path
arguments earlier- Added support for YANG Tree Diagram syntax highlighting.
.yangtree
and
.ytd
file extensions are registered as YANG Tree Diagram by default.