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

[bug] gutter shaking when I hover the cursor over a line 💡 #225681

Closed
jonlepage opened this issue Aug 15, 2024 · 7 comments · Fixed by #225732
Closed

[bug] gutter shaking when I hover the cursor over a line 💡 #225681

jonlepage opened this issue Aug 15, 2024 · 7 comments · Fixed by #225732
Assignees

Comments

@jonlepage
Copy link

jonlepage commented Aug 15, 2024

Do you have a solution to prevent the window from shaking when I hover the cursor over a line? An icon appears in the scrollbar, which shifts the entire code window. This is very annoying. Is it possible to position this tooltip absolutely above the lines of code?
Or add extra gutter space for handle 2 icon ?

a3fga3ga3ga3g.webm

Version : 1.92.1 (user setup)
Validation : eaa41d5
Date : 2024-08-07T20:16:39.455Z
Electron : 30.1.2
ElectronBuildId : 9870757
Chromium : 124.0.6367.243
Node.js : 20.14.0
V8 : 12.4.254.20-electron.0
Système d’exploitation : Windows_NT x64 10.0.19045

Steps to Reproduce:

  1. click on line with glutter filled with icon
  2. look the new icon decale de window !
@gjsjohnmurray
Copy link
Contributor

Related to #179725

@gjsjohnmurray
Copy link
Contributor

Also #225023

@gjsjohnmurray
Copy link
Contributor

Pinging @justschen because of #223145

@jonlepage which extension is adding those warning triangle glyphs to your gutter?

@jonlepage
Copy link
Author

Pinging @justschen because of #223145

@jonlepage which extension is adding those warning triangle glyphs to your gutter?

https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens

But I really can’t do without it, it's one of the most productive extensions for VSCode.

@justschen
Copy link
Contributor

justschen commented Aug 15, 2024

good catch thanks! this is because my check only accounts for the built in debug codicon. will be fixed in the above PR to not shift the code (will follow normal lightbulb behavior)

@jonlepage
Copy link
Author

good catch thanks! this is because my check only accounts for the built in debug codicon. will be fixed in the above PR to not shift the code (will follow normal lightbulb behavior)

Thank you for your quick response.
Do you know when there will be an update?
This behavior is really very unpleasant.
In some situations, I find myself working with a flickering window; it makes me dizzy 🤢

@jonlepage
Copy link
Author

good catch thanks! this is because my check only accounts for the built in debug codicon. will be fixed in the above PR to not shift the code (will follow normal lightbulb behavior)

Thank you for your quick response. Do you know when there will be an update?

For those wondering, I just discovered that the dates for future updates are displayed.
So here is the answer to my question: September 05, 2024
image

@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Sep 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants