Skip to content

v0.1.0 - Initial Release

Compare
Choose a tag to compare
@christoph-fricke christoph-fricke released this 26 Jul 12:30
· 265 commits to main since this release

This release marks the initial release of a new VS Code extension and CLI to view KLighD diagrams.

For diagram users

The VS Code extension is supposed to be used by other extension to support diagrams in their projects. Using it
alone is not possible. If you want to try this extension, you should download a depending extension instead. Known extensions are:


The CLI can be downloaded from the attached release assets below. Execute <bin-name> -h for usage information.
To use the CLI, a language server with KLighD synthesis support is required. This makes the CLI compatible with multiple projects.
A good example is the KIELER language server, which can be downloaded here. Further, a Java 11 installation is required to run the language server.

For extension developers

If you plan to develop an extension that relies on klighd-vscode, you can download the extension from the marketplace, the Open VSX registry, or install it locally from the attached release assets.