Potential Bug? Exporting from Marp-VScode defaults to HTML when PDF is selected #148
-
When I export from Marp-VSCode, I get the dialog below:
Does this happen for anyone else? Is this a bug? Environment: Fedora 34 / VS Code 1.59 / Marp for VSCode 1.2.0 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
marp-team/marp-vscode#247 (comment)
It's not a bug of the extension. VS Code has no API to know selected type so we have no choice but to depend to the extension. |
Beta Was this translation helpful? Give feedback.
-
We think this confusion was caused from a default filename without extension. I have refactored to contain a file extension into the default filename for an export dialog. This change has already shipped since v1.3.0. I had concerned about double file extensions in other platforms ( |
Beta Was this translation helpful? Give feedback.
We think this confusion was caused from a default filename without extension.
I have refactored to contain a file extension into the default filename for an export dialog. This change has already shipped since v1.3.0.
I had concerned about double file extensions in other platforms (
xxxx.pdf.pdf
), but it seems to have been all in my mind: we have not received any reports about that.