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 milestone we have added the information about the incoming/outgoing changes between the current local branch and the upstream/base branch in the main "Source Control" view. As the new functionality will be enabled by default, we would like to ensure that it meets our quality bar for a feature that is enabled by default. Thank you!
Prerequisites
Install the latest VS Insiders release
Ensure that the following settings have their default value:
scm.showIncomingChanges
scm.showOutgoingChanges
Publish branch flow
Launch VS Code Insiders and open a folder/workspace that contains a git repository
Ensure that you have a clean working tree and you are currently on the default branch (ex: main)
Create a new topic branch (ex: topic-branch)
Create several commits with additions, modifications, deletions
Confirm that after the first commit, a node appears showing the outgoing changes
Confirm that for subsequent commits, the outgoing changes node updates as expected
Expand the "All Changes" node under outgoing changes confirm that all files appear that were changed
Expand each commit and confirm that they contain the correct information
Confirm that the file decorations (a: A, M, D) appear correctly for each resource
Make some more changes and use "Commit (Amend)" in the commit action button
Confirm that the last commit entry is updated correctly
Click the "Publish Branch" action button
Confirm that the branch has been published to the remote
Confirm that the outgoing changes item is not show any more
Sync changes flow
Make some more changes locally and commit them
Confirm that your change appears as outgoing changes
Refs: #192290
Complexity: 5
Create Issue
This milestone we have added the information about the incoming/outgoing changes between the current local branch and the upstream/base branch in the main "Source Control" view. As the new functionality will be enabled by default, we would like to ensure that it meets our quality bar for a feature that is enabled by default. Thank you!
Prerequisites
Publish branch flow
Sync changes flow
View mode (list vs. tree)
Settings
scm.showIncomingChanges
toalways
scm.showIncomingChanges
andscm.showOutgoingChanges
tonever
The text was updated successfully, but these errors were encountered: