I’ve searched a fair bit for the answer to this but haven’t found the answer. I want to use sublime text to run projects but I keep getting hung up on the same issue.
If I run my project, say a python server, in Sublime Text and rerun it - forgetting to kill the initial process - Sublime’s terminal loses reference to the old process and I have to go manually kill the process - in Activity monitor/Task manager.
Is there a way to manage multiple build processes within Sublime? An actual use case (with isn’t me being silly and forgetting to kill the existing process) would be to have a server running and then run unit tests against it.
I was wondering if this is possible - either natively or with plug in support.
Thanks,
James