sidthesloth92/vsc_html5_boilerplate

Html tag is never opened.

GillesVanPellicom opened this issue · 2 comments

<title></title>
    <script src="" async defer></script>
</body>
this is what is generated (you can't see most of it because apperantly github does not know how to handle text in a safe manner. I see a </html> tag but no <html>. This is extremely annoying because even though it works without the tag, some extension i use wont work unless there is an html-head-body structure. I manage to keep forgetting this and spend +-15min every time a problem like this occurs troubleshooting. I've had this happen with 5 extensions now. Please resolve this simple issue

The extension does have an html tag in the first line: <!DOCTYPE html>.

Closed by #23. Fixed in version 1.1.1