Add ms-vscode plantUML extension to che
See original GitHub issueI just forgot to create an issue, sidecar repo is already created (thank you @ericwill), I will close this issue when extension is added.
extension repo: https://github.com/qjebbs/vscode-plantuml test sidecar source: https://github.com/gattytto/che-sidecar-plantuml
test devfile:
apiVersion: 1.0.0
metadata:
generateName: che-plantuml-
components:
- type: chePlugin
reference: >-
https://raw.githubusercontent.com/gattytto/cheplugins/master/plantuml/2.13.12/meta.yaml
unpublished quay image until pr is merged: https://pr-check-783-alpine-che-plugin-registry.surge.sh/v3/plugins/qjebbs/vscode-plantuml/latest/meta.yaml
meta yaml
apiVersion: v2
publisher: qjebbs
name: vscode-plantuml
version: latest
type: VS Code extension
displayName: PlantUML
title: PlantUML
description: Rich PlantUML support for Visual Studio Code.
icon: /v3/images/jebbs-plantuml-icon.png
category: Programming Languages
repository: https://github.com/qjebbs/vscode-plantuml.git
firstPublicationDate: '2020-08-06'
deprecate:
automigrate: true
migrateTo: jebbs/plantuml/latest
spec:
containers:
- image: quay.io/eclipse/che-plugin-sidecar:plantuml-4180443
name: vscode-plantuml
memoryLimit: 512Mi
extensions:
- https://open-vsx.org/api/jebbs/plantuml/2.13.12/file/jebbs.plantuml-2.13.12.vsix
latestUpdateDate: "2020-12-23"
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
PlantUML - Visual Studio Marketplace
How to install. Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter. ext install plantuml ...
Read more >UML Made Easy with PlantUML & VS Code - CodeProject
You can search and install PlantUML extension from the Extensions tab. It's available in the Visual Studio Marketplace. You can also use VS...
Read more >Writing UML in VS Code using the PlantUML extension.
Write, preview, and export UML from VS Code through an extension. ... Check out the marketplace page of the extension to know more...
Read more >Diagram As Code - Using Visual Studio Code and PlantUML
In this video, you will learn how to use Diagram as Code using Visual Studio Code and PlantUML so that you can store...
Read more >Using PlantUML in VSCode - YouTube
Sous-titré en français!!! This is a short tutorial on how to use PlantUML inside of VisualStudio Code with the PlantUML extension.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI: the corresponding issue has been recently fixed - https://github.com/eclipse/che/issues/16870
Closed By: https://github.com/eclipse/che-plugin-registry/pull/865