wysiib / linter-languagetool

Integration of Languagetool into the Atom text editor.
MIT License
17 stars 5 forks source link

LanguageTool Still Running #19

Closed davidlday closed 6 years ago

davidlday commented 6 years ago

On MacOS, the LanguageTool server continues to run after I shut down Atom. A quick look at the code says this is by design. Would it be possible to automatically shut down the server on close, or perhaps make it an option, or is there a specific reason not to do so?

wysiib commented 6 years ago

It's not really by design - we just haven't figured out how to safely and reliably shut down the server.

davidlday commented 6 years ago

Cool. I'll fork and see if I can help.

davidlday commented 6 years ago

BTW - love this package!

davidlday commented 6 years ago

Before I go chasing shadows, have you looked into {BufferedProcess}?

wysiib commented 6 years ago

No, I have not. So far, we are using the process helpers from https://github.com/steelbrain/atom-linter.