vscode-plantuml
vscode-plantuml copied to clipboard
!include not working in Markdown file preview
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
#375
thx, i've added the root path of project, but still same error, how can investigate?
"plantuml.includepaths": [
"/home/user/git/docs-as-code"
],