Skip to content

7.0.0

Compare
Choose a tag to compare
@valentjn valentjn released this 13 Sep 09:03
  • πŸ”§ Change: Change scope of ltex.dictionary, ltex.disabledRules, and ltex.enabledRules to application; these are now user-specific settings that can only be configured in user settings
  • ✨ New: Add settings ltex.workspaceDictionary, ltex.workspaceDisabledRules, and ltex.workspaceEnabledRules with window scope to amend the corresponding user-specific settings; these are workspace-specific settings that should be configured in workspace settings
  • ✨ New: Add settings ltex.workspaceFolderDictionary, ltex.workspaceFolderDisabledRules, and ltex.workspaceFolderEnabledRules with resource scope to amend the corresponding user-specific and workspace-specific settings; these are workspace-folder-specific settings that should be configured in workspace folder settings
  • πŸ”§ Change: Rename global β†’ user in ltex.configurationTarget
  • πŸ—‘ Removal: Remove deprecated settings ltex.javaHome, ltex.performance.initialJavaHeapSize, ltex.performance.maximumJavaHeapSize, ltex.performance.sentenceCacheSize, ltex.*.dictionary, ltex.*.enabledRules, and ltex.*.disabledRules (deprecation since 5.0.0)
  • πŸ”§ Change: Update LanguageTool to 5.0.2 (see LT 5.0.2 release notes)
  • πŸ› Bug fix: Fix skipping of YAML front matter β€” vscode-ltex#104