Wednesday, February 14, 2018

Disable notifications in visual studio

Leave a Comment

Is there are a way to disable all notifications in Visual Studio Community 2017?

I mean all of them, I never want to see that flag nagging me ever again.

VS Notificiations Flag

2 Answers

Answers 1

I have an extension to Hide Sign in and Feedback buttons. To hide the notifications icon instead of the feedback icon, just change GetChild(o3, 1) to GetChild(o3, 0).

Answers 2

1.Right click on the Visual Studio notification in the Notifications window and click Always Ignore 2.Left-click on the ReSharper "Pencil and paper icon" in the bottom-right corner and choose Dismiss all notifications

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment