jtilander / niftyplugins

Visual Studio productivity plugins
MIT License
40 stars 24 forks source link

Visual Studio 2013 Broken? #113

Closed cowbs closed 6 years ago

cowbs commented 6 years ago

Did the latest version break support for Visual Studio 2013? After installing the latest version all the toolbar icons are greyed out and all the commands, while registered, are unavailable.

I've tried everything I can think of to give the plugin a clean slate to try working from, including uninstalling and wiping all the settings, but still no luck.

Any help is appreciated, thanks!

jtilander commented 6 years ago

Yepp! I think once I released the VS2015 support I killed the previous versions. Just download an older version, very little changed in the code since. Most of the changes have been for VS2015 support.

jtilander commented 6 years ago

This version should work for you:

https://github.com/jtilander/niftyplugins/releases/tag/1.6.0

cowbs commented 6 years ago

Okay. Yeah looks like installing the latest vsix on top of that .msi-installed version is where things went downhill for me. Maybe change the .vsixmanifest so support begins at vs2015? I don't know github well enough to make a pull request but it would be these lines in source.extension.vsixmanifest:

<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,15.0]" /> <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Pro" />