microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.66k stars 28.68k forks source link

Sticky scroll behaves badly with /tests #228604

Open connor4312 opened 1 week ago

connor4312 commented 1 week ago
  1. With only a single column of editors open, do /tests such that it adds tests to an existing file
  2. The test file to be modified opens to the side
  3. It often scrolls down slightly and then sticky scroll gets into a state like this, seeming to calculate the inline chat widget size as part of the line height?

image

I repro this like 90% of the time following this process for https://github.com/connor4312/cockatiel/blob/master/src/backoff/ConstantBackoff.ts

RedCMD commented 1 week ago

dup: https://github.com/microsoft/vscode/issues/227686