twolfson / sublime-harness

Run Python in Sublime Text from outside of Sublime Text
The Unlicense
1 stars 0 forks source link

Move to init launcher for Sublime Text 2 and all cases of Sublime Text 3 #1

Open twolfson opened 10 years ago

twolfson commented 10 years ago

The init launcher is more powerful and can work in all scenarios. The current drawback of launching via --command is it locks in the original command (which leads to restarts on every change).

twolfson commented 10 years ago

We started on dev/move.to.init.anyway but it turned into a mess. Both Travis and Vagrant stopped working.

If you try again, take small steps and check Vagrant/Travis frequently.

Also worth noting, the test suite has a very long tail (up to 15 seconds) so it might be working even though it looks like it's doing nothing.