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

finetune message and fix quickpick styling #187855

Merged
merged 2 commits into from
Jul 13, 2023
Merged

finetune message and fix quickpick styling #187855

merged 2 commits into from
Jul 13, 2023

Conversation

sandy081
Copy link
Member

No description provided.

@sandy081 sandy081 self-assigned this Jul 13, 2023
@sandy081 sandy081 enabled auto-merge (squash) July 13, 2023 16:06
@@ -1749,6 +1751,7 @@ export class QuickInputController extends Disposable {
ui.description1.style.display = visibilities.description && (visibilities.inputBox || visibilities.checkAll) ? '' : 'none';
ui.description2.style.display = visibilities.description && !(visibilities.inputBox || visibilities.checkAll) ? '' : 'none';
ui.checkAll.style.display = visibilities.checkAll ? '' : 'none';
ui.inputContainer.style.display = visibilities.inputBox ? '' : 'none';
Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

What does this fix?

Copy link
Member Author

@sandy081 sandy081 Jul 13, 2023

Choose a reason for hiding this comment

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

Before:

image

After:

image

@VSCodeTriageBot VSCodeTriageBot added this to the July 2023 milestone Jul 13, 2023
@sandy081 sandy081 merged commit fe22b24 into main Jul 13, 2023
6 checks passed
@sandy081 sandy081 deleted the sandy081/mere-koala branch July 13, 2023 16:52
@TylerLeonhardt
Copy link
Member

Thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Aug 27, 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.

None yet

3 participants