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
I'm getting this error no matter what is the content of the file, the code works correctly but i'm getting an error.
I'm using Neovim, the autocompletion is working and everything
Expected Behavior
no error
Current Behavior
apiVersion: v1# Error: Matches multiple schemas when only one must validatekind: Deploymentmetadata:
...
Steps to Reproduce
changed Kubernetes filetype from to *.k8s.yaml, that's all
Environment
Windows
Mac
Linux
other (please specify)
The text was updated successfully, but these errors were encountered:
I had the same issue with the kubernetes schema. I ended up having to dynamically add the schema in on_attach of the lsp with nvim-lspconfig to dynamically apply the schema for each buffer
Describe the bug
I'm getting this error no matter what is the content of the file, the code works correctly but i'm getting an error.
I'm using Neovim, the autocompletion is working and everything
Expected Behavior
no error
Current Behavior
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: