You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π§ Change: Refactor CLI into ltex-cli; --input-documents and --setings-file are deprecated and will be removed in a future release
β¨ New: Add support for automatic language detection via language short code auto; language variants like en-US are not detected, only generic languages like en; this will result in spelling errors not being reported β #103
β¨ New: Provide ID of LanguageTool rule via diagnostics code, not as part of diagnostics message
β¨ New: Link diagnostics to LanguageTool website with more information
β¨ New: Add support for the main option of the babel package (LATEX) β vscode-ltex#391
β¨ New: Add support for ltex.dictionary when using a LanguageTool HTTP server
π§ Change: Handle disabled rules ourselves to prevent reinitialization of LanguageTool when running the Disable rule quick fix β vscode-ltex#390
π Bug fix: Fix LanguageTool reinitialized when running the Add '...' to dictionary quick fix β vscode-ltex#390
π Bug fix: Fix wrong parsing of inline math formulas in Markdown when using dollar signs as delimiters and containing only one character (e.g., $a$)
π Bug fix: Fix used i18n keys removed
π Bug fix: Fix fallback from German to English i18n
π§ Change: For binary archives, migrate from AdoptOpenJDK JREs to own Java runtime generated from Eclipse Adoptium JDKs