vscode-gremlins
vscode-gremlins copied to clipboard
[Feature request] Disable specific line
trafficstars
Is your feature request related to a problem? Please describe. Sometimes I need to allow a specific bad character in a specific line of code. But it's all-or-nothing as far as I can tell.
Describe the solution you'd like It would be nice to have a per-line disabling feature, the way it's done by analysers as well as other extensions.
For example, the CSpell extension allows this:
sumtingWithIncorrectSpelling(); // cspell:disable-line