microsoft / vscode

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

debug console find causes tree to jump to bottom #225295

Open meganrogge opened 2 months ago

meganrogge commented 2 months ago
  1. have a debug console filled with output
  2. search using ctrlCmd+alt+f
  3. as you type input, the tree jumps and scrolls to the bottom

https://github.com/user-attachments/assets/58833f7a-470b-47c1-9294-1256b2a8e257

meganrogge commented 2 months ago

This is coming from the tree refilter which happens when the value changes

https://github.com/microsoft/vscode/pull/225300#issuecomment-2284329792

meganrogge commented 2 months ago

expected: didChange: false, unexpected: -333 height difference

Image