-
Notifications
You must be signed in to change notification settings - Fork 235
The "tags" in a CompletionItem response should be an array, not null #1325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
rwols opened this issue
Jul 8, 2020
· 3 comments
· Fixed by OmniSharp/csharp-language-server-protocol#258
Closed
The "tags" in a CompletionItem response should be an array, not null #1325
rwols opened this issue
Jul 8, 2020
· 3 comments
· Fixed by OmniSharp/csharp-language-server-protocol#258
Labels
Comments
I think this just needs to be marked optional: this is really a bug in csharp-language-server-protocol I think. cc @david-driscoll |
rwols
added a commit
to sublimelsp/LSP
that referenced
this issue
Jul 9, 2020
- The "tags" in a CompletionItem response are null (invalid per spec) - The "signatures" in a textDocument/signatureHelp response is null (invalid per spec) See: PowerShell/PowerShellEditorServices#1324 See: PowerShell/PowerShellEditorServices#1325 Co-authored-by: Предраг Николић / Predrag Nikolic <[email protected]>
fix out for this ^ |
This is fixed. Automation will rev the version of the library that we use and it'll be in the next version of PSES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm noticing that the "tags" of a completion item is
null
, but this violates the spec. You should leave the key out altogether if there are no tags.The text was updated successfully, but these errors were encountered: