SublimeText-Nodejs icon indicating copy to clipboard operation
SublimeText-Nodejs copied to clipboard

remove killall node

Open jaredatron opened this issue 4 years ago • 3 comments

killing every running node process seems aggressive. Why do this https://github.com/tanepiper/SublimeText-Nodejs/blob/0b5e68375184ea2a44f495cad51e356679e7930e/Nodejs.sublime-build#L17 ?

jaredatron avatar Aug 06 '20 22:08 jaredatron

I think, historically it was done by original author of the plugin for the simplicity and after that was leaved as is. I will see, how I could enhance this. Thanks!

varp avatar Aug 07 '20 05:08 varp

Correct 😄 This was way before docker and I tended to be doing a lot of multiple demonised services running - this was a shorthand way to stop them all

tanepiper avatar Aug 11 '20 08:08 tanepiper

Nowadays, it will kill LSP for javascript and typescript either.

sleetdrop avatar Jan 31 '23 06:01 sleetdrop