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
The deprecated field has been deprecated. We should use the tags field to annotate the CompletionItem with a CompletionItemTag instead.
deprecated
tags
CompletionItem
CompletionItemTag
The text was updated successfully, but these errors were encountered:
4e2f328
Fix #70 Add the missing changes to fix the build
62edc90
Signed-off-by: Remy Suen <[email protected]>
rcjsuen
No branches or pull requests
The
deprecated
field has been deprecated. We should use thetags
field to annotate theCompletionItem
with aCompletionItemTag
instead.The text was updated successfully, but these errors were encountered: