language_tool_python icon indicating copy to clipboard operation
language_tool_python copied to clipboard

tool instance does not return anything - doesn't look initialized

Open kw00183 opened this issue 2 years ago • 0 comments

Background:

  • language_tool_python is installed
  • python version = 3.11
  • looks like the local Pylance language server is running
  • tried running the example sentence, and nothing returned
  • tried running the tool in "with" and as an instance that must be closed
  • tried restarting the language server
  • working on a remote server

It doesn't look like the instance is created to use to check and return a match. It just hangs, and nothing returns. I'm not sure what is potentially causing the issue.

kw00183 avatar Jun 26 '23 16:06 kw00183