marp-team / marp-vscode

Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode
MIT License
1.58k stars 74 forks source link

No popup when exporting slide deck #432

Closed Xav-Pe closed 1 year ago

Xav-Pe commented 1 year ago

Hello,

When exporting from the command palette or the quick pick menu , I have no pop-up like this one :

image

VSCode just asks me where to save the file with the extension defined in the markdown.marp.exportType setting.

I'm on Windows 10, up to date VSCode and 2.7.0 (latest) version of VSCode Marp. I'm not sure if there's a setting about it or if this popup is supposed to work only on MacOS.

Thanks!

yhatt commented 1 year ago

VSCode just asks me where to save the file with the extension defined in the markdown.marp.exportType setting.

It's expected behavior. This screenshot shows the file saving dialog in macOS. So that popup is just same meaning as the file save dialog that you have seen in Windows :)

Xav-Pe commented 1 year ago

Ow, now it's obvious I never touched MacOS 😬

Thanks for your work and your answer!