A VSCode Extension for the UML Modeling Editor Apollon
This is an IDE-integrated Visual Studio Code extension for the UML modeling editor Apollon. It enables the developer to model UML diagrams directly within the IDE, save and export diagrams - making it easy to version diagrams with Git as part of the development workflow.
Install all dependencies
npm run install:all
First, run the menu webview app
npm run start:menu
Then, in another terminal tab, run the editor webview app
npm run start:editor
Finally, in order to debug the extension in VS Code, press F5
, or press Ctrl+Shift+P
and type Debug: Start Debugging
.
-
Go to the GitHub
Releases
in theapollon-vscode
repository -
Click on
Draft a new release
-
Choose as a tag the new version number to release (e.g. tag version
v1.5.0
releases the version1.5.0
) -
Let the release notes be auto-generated by clicking
Generate release notes
-
An admin now has to review and accept the new release
-
After the release is approved, GitHub will automatically build and upload the artifact as well as publish the new version to the marketplace.
The latest plugin artifact is now available on GitHub and via the VS Code marketplace.
It might take some time for the latest version to be seen on the marketplace since VS Code still has to review and approve the changes!