ChrisChinchilla / vscode-pandoc

Visual Studio Code extension lets you render markdown to pdf, word doc or html with pandoc
MIT License
26 stars 13 forks source link

Add Property to disable extension to allways open docuement after rendering #1

Closed Bno93 closed 4 years ago

Bno93 commented 4 years ago

Hi,

I've come around this extension shortly and found it usefull. The only annoying thing is that (in my case) the pdf file always get opened in an external viewer automaticlly. I use a pdf viewer inside of vscode so I don't need the pdf file opened in an external viewer.

This pull request fix this behavior through adding a new property which lets the user decide if the document will be opened or not.

ChrisChinchilla commented 4 years ago

Thanks @Bno93 I also noticed that! Thanks for the contribution.