mike-ward / VSColorOutput

Color highlighting to Visual Studio's Build and Debug Output Windows
MIT License
429 stars 93 forks source link

Extension not listed for VS2015, VS2017 #104

Closed nzain closed 4 years ago

nzain commented 4 years ago

Using VS2017 Professional. I can manually install 2.6.4. I cannot install 2.7 (guess it only supports 2019, which is ok). However, the extension is not visible within Visual Studio anymore because you publish only the latest vsix package. Took me a while to find out that this extension still exists!

You could publish a VSColorOutput2015 extension, a VSColorOutput2017.vsix and another one for 2019. Just like Productivity Power Tools for example.

Related: #89

mike-ward commented 4 years ago

Ah, such a simple solution. Thanks.

mike-ward commented 4 years ago

Well maybe not. I have to rebuild the package ids and names. Bummer.