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

fix: workaround for empty completion list + isIncomplete = true #1278

Merged
merged 1 commit into from
Dec 27, 2022

Conversation

dos65
Copy link
Member

@dos65 dos65 commented Dec 27, 2022

If VScode receives empty completion list it ignores isIncomplete field.
Fixes: scalameta/metals#4756

VScode issue: microsoft/vscode#155738

@dos65 dos65 force-pushed the fix_empty_incomplete_completions_req branch from c685a46 to 1de2d86 Compare December 27, 2022 14:21
If Vscode receives emptuy completion list it ignores `isIncomplete` field.
Fixes: scalameta/metals#4756

Vscode issue: microsoft/vscode#155738
@dos65 dos65 force-pushed the fix_empty_incomplete_completions_req branch from 1de2d86 to 040fa7d Compare December 27, 2022 14:37
Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dos65 dos65 merged commit 5060b26 into scalameta:main Dec 27, 2022
tgodzik added a commit to tgodzik/metals-vscode that referenced this pull request Jan 2, 2023
…calameta#1278)

This reverts commit 5060b26.

Unfortunately it seems that the message is rendered and we need a different workaround here.
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.

[VSCode] Completion suggestions aren't refreshing during typing one by one character
2 participants