How to have vscode extensions validate YAML files without opening them? #1049
Unanswered
rrousselGit
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I made a VScode extension that provides a few YAML schemas. But it seems that those schemas aren't verified until the user opens the corresponding file.
As such, the "problem" tab may show no issue, even though a yaml file may be invalid.
Is there any way to tell VScode to eagerly verify YAML files instead of validating only when opening them?
Beta Was this translation helpful? Give feedback.
All reactions