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

add stuff for widget status #238508

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

add stuff for widget status #238508

wants to merge 1 commit into from

Conversation

meganrogge
Copy link
Contributor

No description provided.

@meganrogge meganrogge marked this pull request as draft January 22, 2025 22:44
@@ -62,6 +62,18 @@
display: flex;
}

.monaco-workbench .workbench-suggest-widget .suggest-status-bar {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

copied from the editor's css file

Copy link
Contributor Author

Choose a reason for hiding this comment

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

.monaco-editor .suggest-widget .suggest-status-bar {
box-sizing: border-box;
display: none;
flex-flow: row nowrap;
justify-content: space-between;
width: 100%;
font-size: 80%;
padding: 0 4px 0 4px;
border-top: 1px solid var(--vscode-editorSuggestWidget-border);
overflow: hidden;
}

if (this._status) {
dom.show(this._status?.element);
dom.show(this._listElement, this._status?.element);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is what the editor's one does

dom.show(this._listElement, this._status.element);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant