You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
At the moment, when, for example, a template is edited via an editor (e.g. Monaco), warnings are shown inline:
but not returned by the validator:
Although we could argue that those are not blocking, it would still be useful to have them returned so that consumers can enrich their UI without relying on another editor.
Describe the solution you'd like
I would expect the validator to return not only errors but also warnings.