Stubbs / sublime-vagrant

Vagrant commands for Sublime Text
43 stars 4 forks source link

[Fixed] Unexpected messages in console #36

Open Kristinita opened 7 years ago

Kristinita commented 7 years ago

1. Settings

For example, I have project1 and project2. In project1 I don't have Vagrantfile in top folder of my sidebar, in project2 I have Vagrantfile in top folder of my sidebar.

2. Behavior before pull request

If I work in project1, I get in Sublime Text console each a couple of minutes:

Searching : D:\CriticMarkup
Unable to find Vagrantfile, found .git folder and assumed this is the root of your project.

3. Behavior after pull request

I don't get this unexpected messages in console.

Thanks.