-
Notifications
You must be signed in to change notification settings - Fork 407
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
Add deprecated property to CompletionItem and SymbolInformation #695
Comments
requires upstream lsp4j change eclipse-lsp4j/lsp4j#195 |
lsp4j 0.4.1 added the proper properties \o/ |
initial tests show that vscode ignores the deprecated info, unfortunately. Hopefully there are more up-to-date LSP clients out there ;-) |
Requires checking client sends TextDocumentClientCapabilities.completion.completionItem.deprecatedSupport = true |
@kittaakos does Theia support the deprecated flag? |
Not yet. |
microsoft/vscode#50972 will be addressed in the August iteration of vscode. I'll take a further look at the implementation side. Could you help assign this to me? @fbricon |
See LSP change: microsoft/language-server-protocol#139
The text was updated successfully, but these errors were encountered: