Closed j-lakeman closed 1 month ago
Thanks for reporting this issue!
This looks like I left a legacy setting in there. VS Code provides the ability to enable/disable extensions in a workspace directly. If you go to Extensions and the Languagetool Linter, you should be able to right click and see "Disable (Workspace)" on the context menu that shows up. Before I remove the config item from the extension itself, can you verify that using the built-in feature works and addresses your problem, please?
If this addresses the issue, I'll remove the legacy config item as it'll continue to cause confusion.
Confirming Disable (Workspace) working as expected.
Excellent. I'm leaving this open until I get that old config item out.
To Reproduce Steps to reproduce the behavior:
"languageToolLinter.enabled": false
"languageToolLinter.lintOnOpen": true
Expected behavior
"languageToolLinter.enabled": false
should take precedence over"languageToolLinter.lintOnOpen": true