We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Repo
TimelinePane.renderBody
Bug See the breakpoint being hit even through the contents of the timeline are not visible
This is caused by this code:
vscode/src/vs/base/browser/ui/splitview/paneview.ts
Line 252 in 84a929b
It seems to me we should try to defer this work until the view actually becomes visible
The text was updated successfully, but these errors were encountered:
only renderBody when view is visible/expanded
0798aa9
fixes PaneView calls renderBody even when the pane is collapsed #164662
only renderBody when view is visible/expanded (#165187)
8f06fd3
@mjbvz would you be willing to verify for completeness?
Sorry, something went wrong.
Works great!
sbatten
No branches or pull requests
Repo
TimelinePane.renderBody
Bug
See the breakpoint being hit even through the contents of the timeline are not visible
This is caused by this code:
vscode/src/vs/base/browser/ui/splitview/paneview.ts
Line 252 in 84a929b
It seems to me we should try to defer this work until the view actually becomes visible
The text was updated successfully, but these errors were encountered: