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
Auto-switch commit info panel position with sidebar mode
Summary:
When the user toggles "Show ISL in Sidebar" in VS Code settings, the
commit info panel position now updates automatically:
- Sidebar ON → panel moves to bottom (horizontal space is limited)
- Sidebar OFF → panel moves to right (default editor panel layout)
The VS Code extension also focuses the correct view after switching:
sidebar mode focuses the sidebar view, panel mode opens and focuses a
new editor panel.
Additionally fixes a pre-existing crash in MinHeightTextField where the
component asserted `ref` must be an object, but callers could omit it
(ref is optional). The assert now allows `undefined`.
Reviewed By: evangrayk
Differential Revision: D100022486
fbshipit-source-id: db11d3e88f9401f55f63a49326a1349538799567
0 commit comments