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
β¨ New: Add workaround to eliminate the need for workspace-specific setting names; ltex.dictionary, ltex.disabledRules, and ltex.enabledRules can now be used in multiple setting scopes (user settings, workspace settings, and workspace folder settings) at the same time without overriding each other; instead, the settings of the different scopes will be properly merged (see documentation)
β¨ New: Add support for \usepackage[LANGUAGE]{babel} if in the same file as the text to be checked β vscode-ltex#140
β¨ New: Add support for more BibLATEX commands such as \autocite, \citeauthor, etc. β vscode-ltex#143
β¨ New: Add support for overriding hard-coded command signatures β #27
π§ Change: Move handling of external setting files from ltex-ls to vscode-ltex
π§ Change: Increase duration before sentences expire in the result cache to 60 minutes
π Bug fix: Fix many settings changes cleared sentence cache, which led to performance issues, e.g., changing the ltex.enabled setting via magic comments β vscode-ltex#134
π Removal: Remove dependency on org.apache.httpcomponents:httpclient by using the HTTP client that comes with Java 11 when connecting to an HTTP LanguageTool server