rprouse / GitHubExtension

A visual studio extension for interacting with GitHub.
MIT License
34 stars 10 forks source link

(Optional) Output Window Service #89

Closed sharwell closed 9 years ago

sharwell commented 9 years ago

This pull request shows how I would implement the Output Window support using the Output Window Service functionality provided by the Base Extensions Library for Visual Studio project. The pull request contains two commits:

  1. The first commit is the minimum commit to use the feature. End users will not face any issues with deploying the Output Window Service functionality, but developers on this project are expected to install the debugging support extension before working in the experimental hive.
  2. The second commit provides clean and clear error message and instructions for installing the Output Window Service for debugging purposes, and selectively disables only the Output Window functionality when it is missing.
rprouse commented 9 years ago

I was pretty close when I was trying to use your extension, I should have stuck with it and asked you for help.