Releases: davidlday/vscode-languagetool-linter
Releases · davidlday/vscode-languagetool-linter
v0.14.0
v0.13.0
v0.12.1
v0.12.0
v0.11.0
Fixed
- Smart Format command name updated
- TSLint configuration updated
- Codacy checks use repo configuration
- Reduced unnecessary linting by removing
onDidChangeActiveTextEditor
subscription and only subscribing toonDidChangeTextDocument
- Diagnostics cleared when document is closed to eliminate messages appearing after document is closed #64
- Smart Format on Save no longer appending newline at end #81
- Conditions for smart double quotes #84
Added
v0.10.0
Fixed
- Header marks reduced to only single hash instead of entire markup to prevent passing front matter
- Smart Format command only applies smart format to text and skips markup
Changed
- Auto Format Enabled renamed to Smart Format on Type since it only formats smart characters
v0.9.1
Fixed
- Header marks (#) preserved to prevent LanguageTool from throwing
PUNCTUATION_PARAGRAPH_END
Errors - Ordered and Unordered list items interpreted as bullets to prevent LanguageTool from throwing
UPPERCASE_SENTENCE_START
andPUNCTUATION_PARAGRAPH_END
Errors - Plaintext Annotatedtext produced correctly
v0.9.0
Added
- Ignored Words lists at the User and Workspace levels.
- The Workspace level list appears in the User settings, but is ignored. This is due to how settings work as overrides instead of cumulative.
- Ignored words have an optional hint shown to remove the word from the ignored list.
v0.8.1
v0.8.0
Added
managed.classPath
setting supports multiple paths and file globbing via node-glob. This accomodates various install methods. For example, on Arch Linux using the pacman LanguageTool package, you would set this to/usr/share/java/languagetool/*.jar
Deprecated
- Deprecated
managed.jarFile
setting in favor ofmanaged.classPath
to align with how the setting was used.