- Update to LanguageTool 3.8. (see 3.8 Release Notes)
- Update versioning to reflect LanguageTool versioning.
- Removed "Preview" flag since no blocker issues have been reported.
- Adds configuration to make extension opt-in by workspace thanks to Faustino Aguilar (PR #5). (Work around for Microsoft/vscode#15611)
- Language-support extensions are now detected through the Visual Studio Code API rather than file-path assumptions. This is better practice and makes development of the extension easier.
- Fixes checking of files when no folder was open.
- Prevents virtual files, including those from the git scm provider, from being checked. (Fixes #2)
- Allows any LanguageTool supported language to be used through the use of supplemental extensions
- Removes built-in English support
- Initial release