LTeX: Grammar/spell checker :mag::heavy_check_mark: for VS Code using LanguageTool with support for LaTeX :mortar_board:, Markdown :pencil:, and others
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.
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.