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

testing: fix markdown messages not displaying #224612

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

connor4312
Copy link
Member

At the time markdown messages were rendered, the output element was not
in the DOM, so its height was always 0. It was also missing a couple of
style adjustments. Additionally it tweaks the diff height before we
fall back to nested scrollbars -- a limit of 1000px was very low.

I had this commit on a branch from earlier but it never made it to PR :x

Closes #224575

At the time markdown messages were rendered, the output element was not
in the DOM, so its height was always 0. It was also missing a couple of
style adjustments. Additionally it tweaks the diff height before we
fall back to nested scrollbars -- a limit of 1000px was very low.

I had this commit on a branch from earlier but it never made it to PR :x

Refs #224575
@connor4312 connor4312 self-assigned this Aug 2, 2024
@connor4312 connor4312 enabled auto-merge (squash) August 5, 2024 21:16
@connor4312 connor4312 merged commit 477cb27 into release/1.92 Aug 5, 2024
7 checks passed
@connor4312 connor4312 deleted the connor4312/issue-224575-candidate branch August 5, 2024 21:30
zongou pushed a commit to zongou/vscode that referenced this pull request Aug 13, 2024
At the time markdown messages were rendered, the output element was not
in the DOM, so its height was always 0. It was also missing a couple of
style adjustments. Additionally it tweaks the diff height before we
fall back to nested scrollbars -- a limit of 1000px was very low.

I had this commit on a branch from earlier but it never made it to PR :x

Refs microsoft#224575
mustard-mh pushed a commit to gitpod-io/openvscode-server that referenced this pull request Sep 2, 2024
At the time markdown messages were rendered, the output element was not
in the DOM, so its height was always 0. It was also missing a couple of
style adjustments. Additionally it tweaks the diff height before we
fall back to nested scrollbars -- a limit of 1000px was very low.

I had this commit on a branch from earlier but it never made it to PR :x

Refs microsoft#224575
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Sep 19, 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 this pull request may close these issues.

3 participants