We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some keys in the returned completion items have a null value. For example:
null
{ "label": "__bool__", "deprecated": false, "documentation": "self != 0", "command": null, "textEdit": { "newText": "__bool__", "range": { "end": { "character": 18, "line": 237 }, "start": { "character": 18, "line": 237 } } }, "preselect": false, "detail": null, "data": null, "commitCharacters": null, "kind": 18, "sortText": "zz__bool__", "insertTextFormat": null, "additionalTextEdits": null, "filterText": null, "insertText": null }
This isn't allowed by the spec. Either the key exists and the value is valid, or the key doesn't exist.
The text was updated successfully, but these errors were encountered:
Created openlawlibrary/pygls#124
Sorry, something went wrong.
Looks like it is fixed upstream. Closing now.
No branches or pull requests
Some keys in the returned completion items have a
null
value. For example:This isn't allowed by the spec. Either the key exists and the value is valid, or the key doesn't exist.
The text was updated successfully, but these errors were encountered: