guillermooo / dart-sublime-bundle

Sublime Text 3 Dart Package
BSD 3-Clause "New" or "Revised" License
264 stars 42 forks source link

When running file, kill the previous process. #578

Open willow512 opened 8 years ago

willow512 commented 8 years ago

After running a file, the associated process can be killed via ctrl-keypad0.

However if you start the instance twice, only the last instance will be killed. This works fine for self terminating programs. Servers however become lost locking their port, you need to manually kill the process via windows task manager.

It would save a lot of hassle if starting a new process would automatically kill the previous process. (Maybe via configuration option?)