valentjn / vscode-ltex

LTeX: Grammar/spell checker :mag::heavy_check_mark: for VS Code using LanguageTool with support for LaTeX :mortar_board:, Markdown :pencil:, and others
https://valentjn.github.io/ltex
Mozilla Public License 2.0
817 stars 29 forks source link

Give an option to disable Ltex on specific file in workspace #576

Open tonydavidx opened 2 years ago

tonydavidx commented 2 years ago

It would be nice if there is an option to disable Ltex automatic diagnose on certain files

pixelpusher commented 2 years ago

Yes! This is a huge problem when you try and open a bibliography. Would be great to ignore file types in a workspace

SethFalco commented 2 years ago

In general, I would like to see it work with wildcards, so one can specify files, file types, directories, etc.

It should support a similar syntax as the search inclusions/exclusions in the VSC Find and Replace sidebar.

i.e.

chrisgrieser commented 9 months ago

agree. As with many linters, this could be a .ltexignore file which also uses .gitignore syntax