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

TreeView of Debug Watch Style Defect problem #167725

Closed

Conversation

yiliang114
Copy link
Contributor

Fixed #167724

@yiliang114
Copy link
Contributor Author

After modification:
image

@roblourens
Copy link
Member

Thanks for the PR! We are working on our November release at the moment, I will look at this next week or when I have the time.

@roblourens roblourens added this to the December 2022 milestone Nov 30, 2022
@@ -87,6 +87,8 @@
.monaco-workbench.mac .debug-pane .monaco-list-row .expression,
.monaco-workbench.mac .debug-hover-widget .monaco-list-row .expression {
font-size: 11px;
display: flex;
align-items: center;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.expression is already flex, and the align-items breaks a lot of other expressions

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it seems that there is such a problem...

@@ -229,7 +229,6 @@
}

.debug-pane .monaco-list-row .expression .value {
overflow: hidden;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed so we get an ellipsis ... on overflowing text

@roblourens roblourens removed this from the January 2023 milestone Dec 30, 2022
@yiliang114
Copy link
Contributor Author

There seems to be a problem with my previous method. I'll close it first.

@yiliang114 yiliang114 closed this Mar 29, 2023
@github-actions github-actions bot locked and limited conversation to collaborators May 13, 2023
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.

TreeView of Debug Watch Style Defect problem
2 participants