vscode-plantuml icon indicating copy to clipboard operation
vscode-plantuml copied to clipboard

!include not working in Markdown file preview

Open anb0s opened this issue 4 years ago • 2 comments
trafficstars

md file with:


# Login

```plantuml
!include assets/diagrams/login.puml

is rendered properly with "Alt+D" PlantUML Preview, but does not work if open "Ctrl+Shift+V" Open Preview

anb0s avatar Jul 22 '21 19:07 anb0s

#375

qjebbs avatar Jul 23 '21 03:07 qjebbs

thx, i've added the root path of project, but still same error, how can investigate?

    "plantuml.includepaths": [
        "/home/user/git/docs-as-code"
    ],

anb0s avatar Aug 22 '21 20:08 anb0s