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

reorder entries #173671

Merged
merged 1 commit into from Feb 7, 2023
Merged

reorder entries #173671

merged 1 commit into from Feb 7, 2023

Conversation

sandy081
Copy link
Member

@sandy081 sandy081 commented Feb 7, 2023

No description provided.

@sandy081 sandy081 self-assigned this Feb 7, 2023
@sandy081 sandy081 enabled auto-merge (squash) February 7, 2023 12:15
@VSCodeTriageBot VSCodeTriageBot added this to the February 2023 milestone Feb 7, 2023
entries.push({ type: 'separator', label: nls.localize('extensionLogs', "Extension Logs") });
entries.push(...extensionLogs.sort((a, b) => a.label.localeCompare(b.label)));
Copy link
Member

Choose a reason for hiding this comment

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

How many entries is extensionLogs going to have? Maybe you shouldn't use ... here, as it quickly causes a stack overflow for too long lists.

Copy link
Member Author

Choose a reason for hiding this comment

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

Not many. So this is safe!

@sandy081 sandy081 merged commit 860bc66 into main Feb 7, 2023
@sandy081 sandy081 deleted the sandy081/lively-koala branch February 7, 2023 12:38
c-claeys pushed a commit to c-claeys/vscode that referenced this pull request Feb 16, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Mar 24, 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