You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(resources): move Resource Details to the bottom panel
Relocate the Resource Details webview from the left activity-bar container
to its own bottom-panel container (localstackPanel), giving the key/value
table room to breathe. Explore and Resources stay in the sidebar, now
split 50/50 by default (Resources size 2 -> 1).
Selecting a resource reveals the panel via WebviewView.show(true), which
brings the tab forward without stealing keyboard focus, so arrow-key
browsing in the Resources tree keeps working and details follow live. The
first reveal (before the view has resolved) falls back to the auto-
generated <viewId>.focus command to open the panel.
Also cap the Resource Details field-label column at 20% (was 33%); the
fixed table layout makes that a hard cap so long labels wrap rather than
widen the column.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments