-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
monaco: quick input regression fix #12239
monaco: quick input regression fix #12239
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A definite improvement 👍
68fe499
to
885bd0d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
885bd0d
to
c8e7032
Compare
This should address the issues brought in #12247 |
0d7b6ff
to
b2aa32a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes appear to address the problems in the three problem areas that have been identified in testing this and related changes: long paths, multi-line picks (attach by process ID), and check marks for toggled commands.
b6d7901
to
94eaf02
Compare
94eaf02
to
ee07fb0
Compare
ee07fb0
to
005c21b
Compare
@colin-grant-work do we want to merge this one ahead of the release? |
ee1a94d
to
225d284
Compare
@gbodeen @vince-fugnitto what's the state on this one? We have a 👍 , but it's not merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FernandoAscencio the changes look good to me, do you mind updating this value to 0.9
similarly to VS Code. It should help better differentiate between the primary label and item descriptions (for example: when displaying multi-root paths for the quick-file open):
font-size: calc(var(--theia-ui-font-size1) * 0.95) !important; |
This commit is the first attempt to fix the regression introduced in eclipse-theia#12095 Signed-Off-By: FernandoAscencio <[email protected]>
225d284
to
a550ba7
Compare
@vince-fugnitto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes are a nice improvement 👍 and fix the regressions.
What it does
Fixes a regression introduced in #12095
How to test
Currently the commit in #12095 introduced an regression with some menus did not display properly.
To test, you can run the
Start Debugging
while onAttach by Process ID
. Then check that the display is fixed and no other displays have broken.Review checklist
Reminder for reviewers