Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable notification about extension updates in Visual Studio 2010

In Visual Studio 2010 you get automatic notifications about extension updates. I don't want to be notified of that. Is there a way to disable that feature?

like image 676
Dragoljub Ćurčić Avatar asked Nov 03 '10 10:11

Dragoljub Ćurčić


2 Answers

Go to Tools -> Options -> Environment -> Extension Manager and uncheck "Automatically check for updates to installed extensions".

like image 152
James Tilden Avatar answered Oct 06 '22 12:10

James Tilden


I think it will depend on each individual extension's setting. However, some extensions might not have the option for you to disable auto updates.

For instance, if you want to disable VSCommands 2010 extension auto updates, you can go to Tools -> Options -> VSCommands 2010 -> Other Settings -> uncheck Automatically check for updates to installed extensions.

Hope this helps.

like image 44
tonyjy Avatar answered Oct 06 '22 13:10

tonyjy