twilio-labs / NgrokExtensions

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

Configure ngrok exe location #2

Closed devinrader closed 7 years ago

devinrader commented 7 years ago

This PR adds a new OptionsGridPage that lets a user configure an explicit path to their ngrok exe instead of simply relying on the PATH env var. If the user doesn't configure the path explicitly the add in still falls back to trying to launch the exe using the PATH.

dprothero commented 7 years ago

Tweaked the error message handling to work if no path is configured.