language_tool_python
language_tool_python copied to clipboard
tool instance does not return anything - doesn't look initialized
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.