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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
The result of Python Language Server emitting completion items with "kind":0 breaks completion for language clients, like LanguageClient-neovim, that are set up to handle the Language Client spec.
Environment data
masterbranch (last compiled on51b2532ddc0161aecadda182b33f1b15ed6093b0Expected behaviour
Python Language Server emits valid completion items.
Actual behaviour
Python Language Server emits completion items with
kindvalue of0as described in autozimu/LanguageClient-neovim#633 (comment)Zero is not a valid
CompletionItemKindaccording to the Language Server specificationhttps://microsoft.github.io/language-server-protocol/specification
The result of Python Language Server emitting completion items with
"kind":0breaks completion for language clients, like LanguageClient-neovim, that are set up to handle the Language Client spec.Logs
N/A
Code Snippet / Additional lnformation
The example I gave in autozimu/LanguageClient-neovim#633 (comment) was