Emil Kjelsrud
Emil Kjelsrud
I stumbled upon this as well. For me ut turned out that cloning the repo into a mounted network drive (google drive) did not work. When I cloned the repo...
This seems to be related to case sensitivity. I got rid of the false positive with ```yaml securityContext: capabilities: drop: - ALL ```
I might be mistaken, but it appears that vscode does not inherently provide support for json-schemas with yaml files. To enable YAML validation, a language server needs to be implemented...
@h3rmanj @JonasKs @daniwk This PR fixes #4 by adding redhat language server as a hard dependency. It would make the installation easier for the end user, but it would also...