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
While debugging someone-stole-my-name/yaml-companion.nvim#12 we've seen some bizarre behavior. One would expectyaml-language-server to work with Kubernetes schemas higher or lower than the one hardcoded if the user explicitly adds them, but that's not currently the case. Bumping even the patch version seems to break diagnostics and autocompletion behaves differently despite 1.22.4 and 1.22.5 being the same, e.g.
Summary
While debugging someone-stole-my-name/yaml-companion.nvim#12 we've seen some bizarre behavior. One would expect
yaml-language-server
to work with Kubernetes schemas higher or lower than the one hardcoded if the user explicitly adds them, but that's not currently the case. Bumping even the patch version seems to break diagnostics and autocompletion behaves differently despite1.22.4
and1.22.5
being the same, e.g.With
1.22.5
the following document doesn't display the expectedProperty foo is not allowed
.And autocompletion is not working correctly either. Anything under
spec:
is not autocompleted as it does in1.22.4
:Related:
The text was updated successfully, but these errors were encountered: