qjebbs / vscode-plantuml

Rich PlantUML support for Visual Studio Code.
MIT License
1.09k stars 155 forks source link

Does the plugin also work in DevContainers? #429

Open dibog opened 3 years ago

dibog commented 3 years ago

I tried to use this plugin on a Windows System within a Devcontainer mcr.microsoft.com/vscode/devcontainers/python. I also installed there jdk11 and graphviz (into the devcontainer).

But when I try this as a markdown file:

    # PlantUML

    Before      

    ```puml
    @startuml
    Alice -> Bob: Authentication Request
    Bob --> Alice: Authentication Response

    Alice -> Bob: Another authentication Request
    Alice <-- Bob: another authentication Response
    @enduml
    ```

    After

I get this in the markdown preview:

image

It would be great if you could link a git repo which demonstrates this using Devcontainer and docker-compose.

iwdt commented 11 months ago

I use it through the plantuml server