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(commands_menu): π Preserve buffer context in command picker
π Capture original buffer before creating the picker menu
π οΈ Wrap command implementations to restore proper buffer context
π Ensure subcommands maintain correct buffer references
This fixes an issue where commands executed from the picker would
operate on the picker's buffer rather than the original editing buffer
where the menu was invoked. The implementation now properly preserves
the user's context when selecting and executing commands from the menu.
0 commit comments