Stubbs / sublime-vagrant

Vagrant commands for Sublime Text
43 stars 4 forks source link

Made some changes because there was a lot of problems getting it to work with Sublime 3 on my Windows machine. #10

Closed arosolino closed 10 years ago

arosolino commented 10 years ago

Bug fixed where settings were being loaded too early. Now settings will only be loaded when they actual need to be. Bug fixed with stdout and stderror where it would cause an infinite loop and crash Sublime. Bug fixed while in debug mode and checking if command is enabled would crash the package. Bug fixed where suspend was using halt command. Improved the output from shell to be a string vs byte string. Also made it filter out empty lines. Added a resume command.

Let me know what you think, I am trying to setup a good workflow for Sublime, Vagrant & Windows.

Stubbs commented 10 years ago

Thanks for the PR.