Skip to content
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

[Client] no support for LSP CompletionItem deprecated property #450

Closed
BoykoAlex opened this issue Jan 11, 2019 · 2 comments
Closed

[Client] no support for LSP CompletionItem deprecated property #450

BoykoAlex opened this issue Jan 11, 2019 · 2 comments

Comments

@BoykoAlex
Copy link

LS protocol CompletionItem has deprecated property https://microsoft.github.io/language-server-protocol/specification#textDocument_completion

I expect the completion label displayed for a CompletionItem with deprecated set to true to have "strike-through" style on it. However, the style is the same as for completions without deprecated property

@rcjsuen
Copy link
Contributor

rcjsuen commented Jan 11, 2019

See microsoft/vscode#50972.

@dbaeumer
Copy link
Member

@BoykoAlex as @rcjsuen correctly points out this is currently not supported in VS Code.

@dbaeumer dbaeumer added this to the Backlog milestone Jan 16, 2019
@dbaeumer dbaeumer modified the milestones: Backlog, 3.15 Sep 10, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants