Skip to content

fix #302690#303881

Merged
sandy081 merged 1 commit intomainfrom
sandy081/awkward-narwhal
Mar 22, 2026
Merged

fix #302690#303881
sandy081 merged 1 commit intomainfrom
sandy081/awkward-narwhal

Conversation

@sandy081
Copy link
Member

fix #302690

Copilot AI review requested due to automatic review settings March 22, 2026 16:30
@sandy081 sandy081 enabled auto-merge (squash) March 22, 2026 16:30
@sandy081 sandy081 self-assigned this Mar 22, 2026
@vs-code-engineering vs-code-engineering bot added this to the 1.113.0 milestone Mar 22, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes issue #302690 where the Extension Editor’s Dependencies tab could render empty until the user manually scrolled, by ensuring the dependencies view is sized and laid out immediately.

Changes:

  • Ensure dependencies view triggers a full initial layout (scrollable scan + tree layout) when opened.
  • Apply height: 100%/scrolling styles to scrollable elements nested under .details > .content-container so the dependencies container gets correct dimensions.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/vs/workbench/contrib/extensions/browser/media/extensionEditor.css Extends existing scrollable sizing rules to the dependencies/pack scroll containers under .details > .content-container.
src/vs/workbench/contrib/extensions/browser/extensionEditor.ts Calls depLayout() on open so dependencies tree is laid out with correct height immediately.

@sandy081 sandy081 merged commit 1a8cf5b into main Mar 22, 2026
23 checks passed
@sandy081 sandy081 deleted the sandy081/awkward-narwhal branch March 22, 2026 17:30
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.

ExtensionEditor can not show dependencies

3 participants