Dragoljub Ćurčić
Dragoljub Ćurčić

Reputation: 349

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?

Upvotes: 7

Views: 5070

Answers (3)

James Tilden
James Tilden

Reputation: 166

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

Upvotes: 15

tonyjy
tonyjy

Reputation: 1359

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.

Upvotes: 2

Simon Carpentier
Simon Carpentier

Reputation: 91

You can restrict Visual Studio's access to the Internet by using the built-in Windows firewall.

Upvotes: 0

Related Questions