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 is a purposeful change. Repositories appear in the order in which they were discovered by Code. This works great when having a multi-folder workspace: they will appear in the same order as the respective folders.
On Tue, Feb 13, 2018 at 5:21 AM João Moreno ***@***.***> wrote:
This is a purposeful change. Repositories appear in the order in which
they were discovered by Code. This works great when having a multi-folder
workspace: they will appear in the same order as the respective folders.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#43527 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABzGqApxv6FuyK2F0ivceUVFcqyw8A7Tks5tUWI2gaJpZM4SCmRw>
.
Steps to Reproduce:
$ git init
$ cd ..\
$ mkdir does-not & cd does-not
$ git init
$ cd ..\
$ mkdir match & cd match
$ git init
$ cd ..\
$ mkdir alphabetical & cd alphabetical
$ git init
The Git repos will be in the order:
When they should be in the order:
The text was updated successfully, but these errors were encountered: