Is there a way to quickly toggle checking? #763
Unanswered
TahaAhmedRasheed
asked this question in
Q&A
Replies: 1 comment
-
Hey! That's a great question. The short answer is no. At one point, I had a feature that kind of did this, but it's no longer working right. There's an issue open asking for the same here: #750 I plan on implementing this appropriately soon. I'm also looking into adding a status bar icon to show if the linter is enabled and give quick access to toggling linting on demand. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an option within the extension to turn off checking? So far I've had to disable the extension altogether which also then requires restarting all extensions in VSCode and so does take up some time. The
"languageToolLinter.enabled"
setting has ostensibly no effect.My usecase is to only perform grammar checking on-demand.
Beta Was this translation helpful? Give feedback.
All reactions