-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Codelens with padded with whitespace not showing #106718
Comments
Workaround would then be to remove leading/trailing whitespace, right? |
This is a regression from updating to electron 9 (which bring a different layout enging). Running with |
@jrieken would it be possible to distill a minimal repro similar to #88873 (comment) , makes it easier to report upstream. |
@authuir Are you the author of that extension? We have scheduled a fix for September and in the meantime the extension could push a change to trim the leading/trailing whitespace |
Yeah, this is what we did |
Yeah, I'm the author. Glad to hear that there will be an fix release! |
related: #106876 |
This bug has been fixed in to the latest release of VS Code Insiders! @authuir, you can help us out by confirming things are working as expected in the latest Insiders release. If things look good, please leave a comment with the text Happy Coding! |
We found our codelens disappear in specific case in the latest version of VS Code(1.49.0) which won’t repro in previous version.
The root cause is the styling issue which results the third codelens squeezed to another line.
If the codelens starts or ends with an space will trigger this issue.
The text was updated successfully, but these errors were encountered: