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
OS Version: Linux x64 5.3.0-53-generic snap (Ubuntu 18.04)
Steps to Reproduce:
In your code repository create a branch from master "test-branch" and make changes.
In master branch, make changes that would produce a merge conflict.
In "test-branch", use command line to "git merge master"
Resolve the conflict, taking my own changes ("mine") in all cases. This leaves no file changes.
Now I am unable to commit this merge commit using the VS Code UI, it works fine from the command line.
I assume the issue is, that since there are technically no changed files, this is not detected as a valid commit from the UI. However, since it is part of a merge process, committing should be possible.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
I assume the issue is, that since there are technically no changed files, this is not detected as a valid commit from the UI. However, since it is part of a merge process, committing should be possible.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: