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: Include all languages in LTEX LS; this removes the need for language support extensions — vscode-ltex#6
🔧 Change: Adhere to semantic versioning. This means that the version of LTEX LS is not tied to the version of LanguageTool anymore, as the version of LanguageTool is not a semantic version. LTEX LS 5.0.0 uses LanguageTool 4.9.
🔧 Change: Rename ltex.<LANGUAGE>.dictionary → ltex.dictionary (object with <LANGUAGE> keys)
🔧 Change: Rename ltex.<LANGUAGE>.disabledRules → ltex.disabledRules (object with <LANGUAGE> keys)
🔧 Change: Rename ltex.<LANGUAGE>.enabledRules → ltex.enabledRules (object with <LANGUAGE> keys)