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

Missing space between completion label and detail #19145

Open
lnicola opened this issue Feb 12, 2025 · 1 comment
Open

Missing space between completion label and detail #19145

lnicola opened this issue Feb 12, 2025 · 1 comment
Labels
A-completion autocompletion A-vscode vscode plugin issues C-bug Category: bug

Comments

@lnicola
Copy link
Member

lnicola commented Feb 12, 2025

Image

Probably a VS Code bug, but might be worth tracking.

Tested on 622ef64 with Code 1.97.1 . I don't think I noticed it in and 1.97.0.

@lnicola lnicola added the C-bug Category: bug label Feb 12, 2025
@lnicola lnicola changed the title Missing space between completions and detail Missing space between completion label and detail Feb 12, 2025
@lnicola lnicola added A-completion autocompletion A-vscode vscode plugin issues labels Feb 12, 2025
@Veykril
Copy link
Member

Veykril commented Feb 12, 2025

We used to inserts a whitespace ourselves in front of that, I have removed it some time ago as we shouldn't be fiddling with display issues like this. So yes, this is more of a vscode issue (we could maybe insert it ourselves again in the extension code)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-completion autocompletion A-vscode vscode plugin issues C-bug Category: bug
Projects
None yet
Development

No branches or pull requests

2 participants