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

Pandoc location option #4

Closed feeeper closed 4 years ago

feeeper commented 4 years ago

pandoc.executable option was added (#2)

Default value for the option is empty string. If pandoc.executable is empty so extension uses default pandoc executable.

In case you want to use specific executable you can speicfy the full path as a value for the option. For example c:/program files/pandoc/pandoc.exe for Windows.

ChrisChinchilla commented 4 years ago

Thanks @feeeper