-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to export to file since 1.1.4 #161
Comments
This is because your file to export is not saved, 1.1.3 should act the same way. |
No, this is not the case. The file is properly saved and I can export it with 1.1.3 but not with 1.1.4. |
I can't reproduce it on my side |
Can confirm the issue |
I have the same problem when I try to export to PDF
|
I have the same problem too,
|
Same problem here on a fresh windows install |
I had the same problem with version 1.1.4, but I switched to version 1.1.3 and it works fine for me. I'm running Windows 10 |
I had the same problem with version 1.1.4 after vsCode update to version 1.19.0, but I switched to version 1.1.3 and it works. I'm running Windows 11. |
Can you share the steps to downgrade plugin version? |
It's been 8 months and we still don't have a fix for 1.1.4. |
Faced the same issue, but fortunately it was quite easy to fix, at least in my case. Steps I took (Windows 11):
Now I can export my md files to pdf with version 1.1.4. |
Steps to Fix Markdown Extended Version 1.1.3 to Version 1.1.4 with Windows 10 and Windows 11
The Markdown Extended extension Version 1.1.4, Export to File is up and running with vsCode Version: 1.95.3 (user setup) |
Thank you @Manu-Caminos and @dominotec, your contributions have helped me to fix the problem on macOS as well. If I change the path to the puppeteer executable to How to get there:
|
Since 1.1.4 I am unable to export files. This is the error message I get:
I already tried to set puppeteer executable to
'/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'
with no luck.I ran
npm install
inside~/.vscode/extensions/jebbs.markdown-extended-1.1.4
which did not help either.Rolling back to 1.1.3 everything works fine.
The text was updated successfully, but these errors were encountered: