Dante
Dante

Reputation: 11264

How to exit "go run" in the GoSublime's command-shell?

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

Answers (1)

Not_a_Golfer
Not_a_Golfer

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

Related Questions