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
pygls/pygls/types.py
Lines 1119 to 1121 in 144bbc0
This should probably be:
def __init__(self, value_set: List[SymbolKind]):
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_symbol
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
pygls/pygls/types.py
Lines 1119 to 1121 in 144bbc0
This should probably be:
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_symbol
The text was updated successfully, but these errors were encountered: