Hey folks,
Is it possible to display notifications like the "Configure settings to improve performance" notification?
I already found the `JetBrains.Application.Notifications.INotification` interface and the classes `JetBrains.Application.Notifications.UserNotifications` and `JetBrains.Application.Notifications.PerformanceUserNotifications` which seems to be the right way.
But I wasn't able to find a way to use one of these.
Currently I want to inform my users about some changes which affect the plugin settings and may need some reconfiguration.
Kind regards
Darius