You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Puppeteer waits until the network request is idle, but the PLantUML renders diagram with object tag, which is not count as a request of current document, I guess. I'll revert this commit: qjebbs/vscode-plantuml@7d85485 later.
I did some tests with the file and the diagram did not export to PDF.
I changed "page.setContent" for "page.goto" to a temporary file on "puppeteer.ts" and it worked
commit
The text was updated successfully, but these errors were encountered: