My team is developing a visual studio extension.
We are seeking to add push notifications to update users of updates to the extension. From my own research, I've been able to find out that notifications should show up in 'Visual Studio Notification Window', but I'm having trouble finding more documentation. Where can I learn more about notification support for VS extensions?
We want to add notifications about updates to our extension here:
I've been able to find out that notifications should show up in 'Visual Studio Notification Window', but I'm having trouble finding more documentation. Where can I learn more about notification support for VS extensions?
We want to add notifications about updates to our extension here.
I think you cannot get the notification Api in Visual Studio 2019. Please refer to this document:
The Notifications window is not currently extensible.
Microsoft does not open an extended interface to the notification window
.