alefragnani / vscode-project-manager

Project Manager Extension for Visual Studio Code
GNU General Public License v3.0
1.93k stars 224 forks source link

[FEATURE] - List git projects by used times #674

Closed chouzz closed 1 year ago

chouzz commented 1 year ago

It would be really great if the extension can support list all git projects according to used times, for example, if I open one git project, this project should at the first in the list, but project should under this project.

Further more: It can support list git project according to "Last Opened", "Recently Updated", it would be really cool.

image

alefragnani commented 1 year ago

Hi @chouzz ,

There is already a projectManager.sortList setting, which supports Recent option. But it is limited to the Project Manager: List Project to Open, Project Manager: List Project to Open in New Window commands and the Favorites panel, but not for others, like Git.

For the List commands, the result is merged, which means no matter which project you selected (Favorite, Git, etc).

Hope this helps

chouzz commented 1 year ago

OK. Thanks. Should be enough for me.