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

Indicate when local config is not used #11

Open f1ames opened 1 year ago

f1ames commented 1 year ago

If there is a monokle.validation.yaml file in the project root it will be used as validation config, unless monokle.configurationPath is configured. In this case, the local file will be ignored.

It will be nice to shoe clear indication, similar way VSC does for local .vscode/settings.json file when folder is a part of worksapce:

image

The file contents is grayed-out and tooltip provides additional explanation.