-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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 tab title is covered when italic #200310
base: main
Are you sure you want to change the base?
Conversation
This line of code was originally added to solve this problem #122656. At present, deleting this line of code will not reintroduce this problem. |
I don't see the bug that you are trying to fix. How can I reproduce it? Can you send an image of how the bug looks? |
…ickyScroll Optimizing sticky scroll
…Code Fixed issue Misalignment of suggestion details widget (microsoft/monaco-editor#3373)
…ettingsForTheLightbulb Changing the settings for the lightbulb code action menu
Fix vscode.tasks.executeTask error Unexpected: Task does not exist after task.terminate()
Fix for microsoft#200257 plus existing trailing non-numerics regex fix
Fix task progress indicator does not appear after the first time
fix: `install` in `npm script` shouldn't be opened
9a10e78
to
5bc7ab7
Compare
hi, someone have time to take a look at this pr? |
Sorry about the wait. I'll have a look at it next week. I was having a hard time reproducing the bug the last time I tried. |
Thank you for your time~ |
I think the better fix is to go back what we had to address this, see #207409 (comment) |
After modification:
Fixes #200309