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
fix(show-all-commands): apply scope and button set to quick pick
Show All Commands (Ctrl+Shift+;) ignored active scope and button set, always displaying default buttons regardless of configuration
Applied same pattern as StatusBarManager and CommandTreeProvider using buttonSetManager.getButtonsForActiveSet() with configManager.getButtonsWithFallback() fallback logic
0 commit comments