I need the ability to do a couple of things from my VSIX package (tool).
1. Create a new "Browse With" option - I need to create a new browser option to launch the developers website. e.g. I want to create a new "Chrome" option with specific arguments. It possible to do this manually via the IDE, but I want to do it automatically from my VSIX.
2. Start a debug session with a specific browser - Again I can do this manually form the IDE, e.g. choose "Firefox" and it starts my app and launches the Firefox browser. I need to do this from my VSIX to make sure the specific browser instance created in item #1 is launched.
I have dug through as much of the extensibility framework as I can and still cannot find a way to do this. Any help would be greatly appreciated.