Add Source Control View Sort to Storage#123232
Merged
lszomoru merged 1 commit intomicrosoft:mainfrom Jan 10, 2022
nrayburn-tech:120271
Merged
Add Source Control View Sort to Storage#123232lszomoru merged 1 commit intomicrosoft:mainfrom nrayburn-tech:120271
lszomoru merged 1 commit intomicrosoft:mainfrom
nrayburn-tech:120271
Conversation
adama0
reviewed
Dec 11, 2021
lszomoru
approved these changes
Jan 10, 2022
Member
lszomoru
left a comment
There was a problem hiding this comment.
LGTM! Thanks for the contribution and apologies that it took so long to get this merged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add scm view default sort setting.
Add scm view sort to workspace storage.
Test storage by changing the source control sort to a different value. Reload vscode. See that the previously selected sort has persisted.
Test default setting by modifying your default. Using a terminal, create a new folder and git init inside, then open that folder with vscode. The source control sort should use the default setting.
This PR fixes #120271