You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'd like to disable htmlhint for HTML Mason ("mason") file types. They also have .html file extension, so I assume that's why htmlhint validation kicks in and results in many false warnings.
How can I have htmlhint stay silent when I change file type from html to mason?
I tried setting "htmlhint.documentSelector" list to include "html" only, but didn't help.
Hi
I'd like to disable htmlhint for HTML Mason ("mason") file types. They also have .html file extension, so I assume that's why htmlhint validation kicks in and results in many false warnings.
How can I have htmlhint stay silent when I change file type from html to mason?
I tried setting "htmlhint.documentSelector" list to include "html" only, but didn't help.