gematik / codfsh

codfsh is a VS Code Extension to support compilation and validation of FHIR profile definitions. Short Hand files (.fsh) can be compiled and validated easily with Sushi and HAPI validator
Other
6 stars 1 forks source link

Too many notifications #37

Open cybernop opened 1 month ago

cybernop commented 1 month ago

When running the HAPI validator certain information are displayed in notifications in the bottom right. When Java errors occur during the run it tries to display a notification for each line in the stack trace leading to many notifications queued. The problems tab and the inline highlighting are only refresh after all notifications are displayed which can lag behind multiple minutes.

cybernop commented 1 month ago

I created a repository that shows this behavior https://github.com/cybernop/codfsh-notification-example