Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 1.19 KB

Change Log

3.8.0

  • 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.

0.0.4

  • 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.

0.0.3

  • Fixes checking of files when no folder was open.
  • Prevents virtual files, including those from the git scm provider, from being checked. (Fixes #2)

0.0.2

  • Allows any LanguageTool supported language to be used through the use of supplemental extensions
  • Removes built-in English support

0.0.1

  • Initial release