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
815 stars 29 forks source link

Add option to exclude directories/files/globs for all documents check #727

Open max06 opened 2 years ago

max06 commented 2 years ago

Note: Per the contribution guidelines, deleting parts of the template or not filling in vital information may result in the issue to be immediately closed as invalid.

Is your feature request related to a problem? Please describe. While working on a large jekyll project, running a full ltex check also includes the generated html files in jekylls output directory, causing a long list of suspected spell check issues.

Describe the solution you'd like A configurable setting allowing to ignore specified files, directories or even globs (like **/_site/**) would be perfect. It might make sense to utilize the existing options for .gitignore or hidden files in vscode explorer.

Describe alternatives you've considered Alternatively, a configuration file in the project root would also help, As examples: .markdownlint.yaml or .editorconfig

Additional context Result after stopping the scan with only 10 processed files. 3700 issues. image

supernova4420 commented 5 months ago

I concur, would indeed be very helpful! Any updates on this?