-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Playground] Show alerts #861
Conversation
endRow: 0, | ||
endColumn: 24, | ||
text: 'module Js.Vector\nUse Belt.Array instead', | ||
type: 'warning' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not a warning though :( it's an alert
Is there a way we could report these as alerts (with the alert name too?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. It should be fixed in 35f8327, please take a look.
Co-authored-by: Antonio Nuno Monteiro <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beautiful
Continuation of #850. Adds a custom alert report printer in the playground so that alerts can be shown on the ui as well.