Reputation: 11264
When i do go run
, the command-shell doesn't halt and i have to close my web server from the task manager. Is it possible to cancel it from sublime text?
Upvotes: 5
Views: 6003
Reputation: 49187
yup. press ctrl+b to go to the build console and type tskill
.
This will prompt a dialog with running processes you can kill.
Upvotes: 6