Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to sort Source Control Repositories #43527

Closed
jd-carroll opened this issue Feb 12, 2018 · 3 comments
Closed

Allow to sort Source Control Repositories #43527

jd-carroll opened this issue Feb 12, 2018 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality scm General SCM compound issues
Milestone

Comments

@jd-carroll
Copy link

  • VSCode Version: 1.20
  • OS Version: Win 10

Steps to Reproduce:

  1. Create a new folder and then use VS Code to open the created folder
  2. Once in VS Code, open the command line and run the following
  3. mkdir sample-order & cd sample-order
  4. $ git init
  5. $ cd ..\
  6. $ mkdir does-not & cd does-not
  7. $ git init
  8. $ cd ..\
  9. $ mkdir match & cd match
  10. $ git init
  11. $ cd ..\
  12. $ mkdir alphabetical & cd alphabetical
  13. $ git init
  14. Naviaget to the Source Control page and observe the order of the git repos

The Git repos will be in the order:

  • sample-order
  • does-not
  • match
  • alphabetical

When they should be in the order:

  • alphabetical
  • does-not
  • match
  • sample-order
@vscodebot vscodebot bot added the git GIT issues label Feb 12, 2018
@joaomoreno
Copy link
Member

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.

@joaomoreno joaomoreno added scm General SCM compound issues and removed git GIT issues labels Feb 13, 2018
@joaomoreno joaomoreno added this to the Backlog milestone Feb 13, 2018
@joaomoreno joaomoreno added the feature-request Request for new features or functionality label Feb 13, 2018
@joaomoreno joaomoreno changed the title Alphabetically Sort Source Control Repositories Allow to sort Source Control Repositories Feb 13, 2018
@jd-carroll
Copy link
Author

jd-carroll commented Feb 14, 2018 via email

@joaomoreno
Copy link
Member

Merging into #35036 as fixing that will resolve this.

@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality scm General SCM compound issues
Projects
None yet
Development

No branches or pull requests

2 participants