SublimeText-Nodejs
SublimeText-Nodejs copied to clipboard
remove killall node
killing every running node process seems aggressive. Why do this https://github.com/tanepiper/SublimeText-Nodejs/blob/0b5e68375184ea2a44f495cad51e356679e7930e/Nodejs.sublime-build#L17 ?
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!
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
Nowadays, it will kill LSP for javascript and typescript either.