kubeshop / vscode-monokle

An extension for Visual Studio Code to validate your Kubernetes configuration
https://marketplace.visualstudio.com/items?itemName=kubeshop.monokle
MIT License
6 stars 0 forks source link

Validate YAML structure with YAML plugin as dependency #9

Open f1ames opened 1 year ago

f1ames commented 1 year ago

In both Monokle Desktop and Cloud, there is YAML schema validation (also with custom schemas). The idea is to bring similar behavior to VSC extension.

The proposed approach is to check if YAML extension can be used (as dependency) and feed with custom schemas.