giniedp / vscode-pug2html

Pug to html VSCode extension
4 stars 1 forks source link

the "filename" option is required to use includes and extends with "relative" paths #2

Closed LiTiang closed 7 years ago

LiTiang commented 7 years ago

Hi, nice work

but there're still some issue, see below


says, i have 2 pug files,

//- below is A.pug content
include B.pug

Where,

//- below is B.pug content
h1 B.pug

now, execute vscode-pug2html on A.pug

u will see the same error as this issue title

This is important issue, PLEASE FIX IT AS SOON AS POSSIBLE

giniedp commented 7 years ago

fixed in 0.0.4