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
This probably needs a combination of --wait on the result file and support to pass in an argument to enforce opening the merge editor. We do something similar with --diff so I would try to go from there: with --diff you pass in 2 paths and we end up opening a diff editor instead of opening the 2 paths as editors separately.
We need to handle this request both for when a new window opens as initial editors to open but also when opening into an existing window, which is the more typical case for when using git while VSCode is already running:
A little challenge is that merge editor is a contrib while handling of arguments currently does not have a contribution model so we might want to think about moving the merge editor to core or would have to add a hack to call a contributed command.
This should be supported:
So that in a case of a merge conflict
Can be used.
The text was updated successfully, but these errors were encountered: