Closed davidlday closed 7 years ago
It's not really by design - we just haven't figured out how to safely and reliably shut down the server.
Cool. I'll fork and see if I can help.
BTW - love this package!
Before I go chasing shadows, have you looked into {BufferedProcess}?
No, I have not. So far, we are using the process helpers from https://github.com/steelbrain/atom-linter.
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?