tht13/RST-vscode

Preview failed on Windows 7/10

Opened this issue · 1 comments

Hi !
I am getting a error when trying to preview a file that have blank spaces in the name or blank spaces in the directory path.
ss1
ss2
ss3

lextm commented

The cause is that fileName is not quoted,

https://github.com/tht13/RST-vscode/blob/master/src/rstEngine.ts#L20

Try to avoid spaces in file names before the author fixes the code.