We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In VSCode it's possible to select which git repository you want to review changes for:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In VSCode it's possible to select which git repository you want to review changes for:
It normally searches all folders in the worksplace for git repositories and I've configured it with:
But I can't see it in Theia.
You may also want to add this feature :)
microsoft/vscode#206718 (comment)
@msujew
The text was updated successfully, but these errors were encountered: