-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Test output - resizing panel cases content to jump up/down #186328
Comments
@connor4312 not sure about the flickering, but you'll want to debounce resize in a similar way to the terminal: vscode/src/vs/workbench/contrib/terminal/browser/terminalInstance.ts Lines 1805 to 1808 in fb4f736
|
I also don't get the flickering. Looks like it may have something to do with word wrapping in the terminal. @lszomoru what font do you use in the terminal? I will debounce the resize in my side, which I think will also fix flickering in this case, but will leave this issue open in case you want to look into it more on the terminal side. |
With FiraCode NF and running this test https://github.com/microsoft/vscode/blob/d2bc579ada1b1974d87da453a798f07bdf13a1d7/src/vs/base/test/common/arrays.test.ts resizing the results panel doesn't cause content to jump up and down. @lszomoru is this still reproducible for you? |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
Testing #186245
Screen.Recording.2023-06-27.at.13.42.17.mov
The text was updated successfully, but these errors were encountered: