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

Add "Source Control Repositories" to Source Control tab #14731

Open
erikschul opened this issue Jan 15, 2025 · 0 comments
Open

Add "Source Control Repositories" to Source Control tab #14731

erikschul opened this issue Jan 15, 2025 · 0 comments

Comments

@erikschul
Copy link

In VSCode it's possible to select which git repository you want to review changes for:

image

It normally searches all folders in the worksplace for git repositories and I've configured it with:

"git.autoRepositoryDetection": true,
"git.repositoryScanMaxDepth": -1,
"scm.repositories.visible": 10,
"scm.repositories.sortOrder": "path",

But I can't see it in Theia.

You may also want to add this feature :)
microsoft/vscode#206718 (comment)

@msujew

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant