Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGit: Stage selected ranges on unsaved file stages everything #104945
Labels
Comments
|
Looking at this bug. Would swapping the order of vscode/extensions/git/src/commands.ts Lines 1374 to 1376 in e6b0f45 |
This was referenced
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Steps to Reproduce:
Select "Save All & Commit".
Now you will see that all changes in the file was included in the commit.
What happens is "Save All & Commit All". What I want is either that the dialog box is updated to indicate what is happening, or that the selected range is the only part that is committed.
Does this issue occur when all extensions are disabled?: Yes/No