bbenoist / vscode-vagrant

Vagrant support for Visual Studio Code
https://marketplace.visualstudio.com/items/bbenoist.Vagrant
MIT License
38 stars 16 forks source link

Use id for up and halt? #10

Open cxgslegend opened 6 years ago

cxgslegend commented 6 years ago

This plugin looks really great! However, since I am using homestead, my vagrant file is never the working directory in vscode.

I wonder if you would consider adding an option to set an box id, for up and halt?

In my current set up, I use the command line to type "vagrant up [id]", and "vagrant halt [id]"

If I could instead set a vscode variable like "vscode-vagrant.id": [id] then use your plugin like normal, that would be amazing.

Thanks again for all your great work!