Auto Updating Extensions in VS2015 Update 2 Not Working
Closed this issue · 8 comments
Are you installing it from the Visual Studio Gallery?
Yes
Odd, because that's auto updating extensions has been there since VS2015 was first released. If you go to Tools -> Extensions and Updates -> Updates -> Visual Studio Gallery
does your extension show up in the list?
It's a VS 2015 Update 2 feature (See the release notes). I do see the extension on that screen. Still getting this warning message during my latest update.
If you email me details I will forward it. I'm guessing there is some component in your vsix blocking auto updates.
I emailed you the full details and screenshot.
It turns out, I had selected the VSIX to install for 'All Users'. If you do this, VS requires the VSIX to be signed. There are probably not many developers who share a single install of VS on a single machine, so the easiest fix is to uncheck the 'Install for All Users' option.
@RehanSaeed glad we figured it out.