vscode-webvalidation-extension
vscode-webvalidation-extension copied to clipboard
Comments before html code like DOCTYPE breaks everything
If I have comments before my html code such as notes, this extension spits out all sorts of errors such as "Stray doctype" and stray html and head tags too. Please ignore comments and treat the first uncommented non blank line as the start of the html document. Currently I suspect it's getting upset because the DOCTYPE is not at the VERY top of the file.