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
I think this is actually working as intended. In a diff editor most commands target only the right hand side. We never update the editor actions when you switch focus between left or right hand side. Closing.
Uri provided to editor/title commands is always the Uri of the right side of a diff view, even if the left side is focused
Steps to Reproduce:
editor/title
command registered withcommands.registerCommand
editor/title
command and observe that theUri
provided to the callback is from right side and not the left.Originally reported here:
#22403 (comment)
Does this issue occur when all extensions are disabled?: No
The text was updated successfully, but these errors were encountered: