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.
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
0 comments:
Post a Comment