vscode-languagetool-linter icon indicating copy to clipboard operation
vscode-languagetool-linter copied to clipboard

Option to stop HTML linting

Open PabloLION opened this issue 2 years ago • 6 comments

Is your feature request related to a problem? Please describe. I'm always frustrated when I open a HTML file and it reports Possible typo: you repeated a whitespaceLanguageToolWHITESPACE_RULE., because of the space indentation I used.

Describe the solution you'd like Having a "lint language ID" list. The extension lints only programming language in this list. We can add the current "MDX,markdown,html" to the list.

Additional context Workaround: disable the extension.

PabloLION avatar May 17 '22 02:05 PabloLION

Love this idea. Already have the ability to enable / disable plaintext, as well as list the language IDs for it. I can do the same form markdown, html, and mdx. I'm in the middle of doing some major structural changes, but will try to get to this next week. And apologies for the long day.

davidlday avatar Sep 23 '22 21:09 davidlday

Great. I'm not in hurry at all. I can help with a code review if it's needed.

PabloLION avatar Sep 23 '22 21:09 PabloLION

Any updates on this?

holtwick avatar Apr 16 '23 19:04 holtwick

Sorry - life got in the way. I had to scale back on my personal projects while settling in to a new job at a new firm. I expect to have time to get back to this in the next week or so. Yes, it's still planned and doable.

davidlday avatar Apr 18 '23 01:04 davidlday

Sorry, I didn't want to put any pressure on it, it is not so important.

Thanks for all the time you've put into the project. It is super useful for me, since I am the master of ~tipoo~ typo :)

holtwick avatar Apr 18 '23 06:04 holtwick

Thanks for this very helpful plugin! Having the same Issue with html isn't it possible to just skip whitespace check for html documents if they start from the beginning of line?

timmornYE avatar May 08 '23 09:05 timmornYE