yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

High Fan Speed when attempt export to HTML or PDF - Unable to export from Markdown #350

Open codewizard13 opened 11 months ago

codewizard13 commented 11 months ago

The last time I used Markdown PDF was in February (almost a year ago). I'm not sure what changed in the interim, but suddenly my fan speed is high and noisy and Visual Studio power usage is "very high" when trying to export to html or pdf (or any format). More importantly, the export never happens. If I had to guess, I'd say this feels like an infinite loop scenario -- as in perhaps the fan speed is high because the extension is continuously trying to execute the process, but is being blocked somehow. Is that possible? This only happens when I try to export from Markdown PDF.

screen-elsm-s--LAR_DEV-540d--09--err--vscode-cant-export-md-html--after-disable-all-ext

My System:

What I have tried:

before_script:
  - apt-get update
  - apt-get install -yq gconf-service libasound2 libatk1.0-0 libc6 libcairo2 \
    libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 \
    libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 \
    libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 \
    libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 \
    libxss1 libxtst6 ca-certificates fonts-liberation libnss3 lsb-release \
    xdg-utils wget

image

This was a great extension, but suddenly it doesn't work. I've done everything I know of to troubleshoot, to no avail.

GitHub Repo Link: https://github.com/codewizard13/ehw-tutwrk-techiepress-wp-custom-elementor-widgets/tree/2023-12-20/Debugging_VSCode_MarkdownPDf

If you need more info let me know and I can try to get it.