How can I disable the update prompt for a nuget package?

When I update a nuget package using the IDE interface, a pop-up appears on top of everything saying that the installation was successful. This pop-up overlaps the workspace and doesn't disappear for a long time, which is extremely annoying. Is there a way to disable it?

0
1 comment

Hello, 

This is a tool window notification. You can disable it or tone it down as follows:
1. Go to Settings | Appearance & Behavior | Notifications

2. Type nuget to search, then either:

  • Change the popup type to Balloon so it appears briefly in the bottom-right corner and fades out, or
  • Select No popup to disable it completely.

Please let me know if you have any questions. 

0

Please sign in to leave a comment.