twilio-labs / NgrokExtensions

Visual Studio integration with ngrok
MIT License
48 stars 26 forks source link

Install ngrok.exe if it isn't installed #11

Closed dprothero closed 7 years ago

dprothero commented 7 years ago

WIP - Do not merge yet

This will resolve issue #10

dprothero commented 7 years ago

To test, clone the repo, checkout the branch for the PR, and open the solution in VS 2017. You should be able to run it and it will launch the experimental instance of VS 2017 in which the most recently built version of the extension will be running.

If running from VS 2017 doesn't work, double-check the startup path (it may be different from mine): image

Also make sure the NgrokExtensions project is the startup project (not the Test project).

dprothero commented 7 years ago

An alternate way to test it (and to test it in VS 2015) is to just do a Build in VS 2017 and then find the NgrokExtensions.vsix in the bin\Debug output folder. You can install that vsix into VS 2015 or 2017.