ROCKTAKEY / lsp-latex

Emacs lsp-mode client for LaTeX, on texlab.
GNU General Public License v3.0
66 stars 4 forks source link

Support for texlab.diagnostics.allowedPatterns and texlab.diagnostics.ignoredPatterns #34

Closed sonofjon closed 1 year ago

sonofjon commented 1 year ago

Please add support for support for texlab.diagnostics.allowedPatterns and texlab.diagnostics.ignoredPatterns.

Reference: https://github.com/latex-lsp/texlab/blob/master/docs/options.md

ROCKTAKEY commented 1 year ago

Thanks for your report! Now available (by https://github.com/ROCKTAKEY/lsp-latex/pull/35)! Please use lsp-latex-diagnostics-allowed-patterns and lsp-latex-diagnostics-ignored-patterns.

sonofjon commented 1 year ago

Excellent! Thank you. Works perfectly.