mathiasfrohlich / vscode-LaTeXCompile

An Visual Studio Code Extension, that compiles .tex to .pdf at location
MIT License
24 stars 10 forks source link

config pdflatex path on my pc #15

Open lw-schick opened 8 years ago

lw-schick commented 8 years ago

I want to config manually the path where pdflatex lays on my computer.

Can you add a config field for that?

caffeinatedangel commented 8 years ago

It should be possible to set this using the compiler option.

ie: "latexCompile.compiler": "/my/path/to/xelatex"