giniedp / vscode-pug2html

Pug to html VSCode extension
4 stars 1 forks source link

pug2html

Pug to html runs the currently opened file through the pug Plugin and displays the output html.

preview

Extension Settings

If the file at compileOptionsPath exports a function, than that function is called in order to get the compile options. In this case the file name is passed as an argument to the function.