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
YAML schemas allow code completion and highlighting for many IDEs and editors, including Eclipse, VS Code, IntelliJ, Emacs, and vim. They're usually stored in a central registry such as https://www.schemastore.org/json/.
A proper YAML schema can make it easier to write scenarios and allow IDEs to lint the scenario files on the fly.
The text was updated successfully, but these errors were encountered:
Instead of file name, would a particular key/value work too? Something like
There are schema specification methods for different plugins (comments, specific YAML key) but I couldn't find a common denominator. I'll research more.
YAML schemas allow code completion and highlighting for many IDEs and editors, including Eclipse, VS Code, IntelliJ, Emacs, and vim. They're usually stored in a central registry such as https://www.schemastore.org/json/.
A proper YAML schema can make it easier to write scenarios and allow IDEs to lint the scenario files on the fly.
The text was updated successfully, but these errors were encountered: