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

Add a new CompletionTriggerKind.TriggerForIncompleteCompletions for re-triggers #403

Merged
merged 1 commit into from
Feb 23, 2018

Conversation

rcjsuen
Copy link
Contributor

@rcjsuen rcjsuen commented Feb 13, 2018

A new CompletionTriggerKind named TriggerForIncompleteCompletions has been added to the vscode-languageserver-node repository in microsoft/vscode-languageserver-node#308. I have updated the specification so that they can be in sync with each other.

Added a new CompletionTriggerKind named
TriggerForIncompleteCompletions. This will be used when completion
requests were re-triggered because the current completion list is
incomplete.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants