github davidlday/vscode-languagetool-linter v0.2.0

latest releases: v0.19.0, v0.18.0, v0.17.0...
4 years ago

Added

  • "Service Type" setting with the following 3 options:
    • external (default): Use an external LanguageTool service. URL must be provided in "External: Url".
    • NEW: managed: Have VS Code manage a LanguageTool service. A path to a languagetool-server.jar file must be provided in "Managed: Jar File". The extension will try to find a random open port.
    • public: Uses the public LanguageTool API service.

Changed

  • BREAKING: The checkbox setting "Public Api" has been replaced by the "Service Type" drop-down setting.
  • BREAKING: The "Url" setting has been moved to "External: Url".
  • The caution notice for "Lint on Change" has been removed. Throttling seems to be working. Still off by default.
  • Output / errors now sent to "LanguageTool Linter" output channel.

Don't miss a new vscode-languagetool-linter release

NewReleases is sending notifications on new releases.