-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[git-scm] No repository found #7860
Comments
Duplicate of #4107? |
@vince-fugnitto |
This is a regression caused by ecdb151 . With the typescript upgrade, the locator is no longer returning the repositories. The problem is caused by the change of this line:
The original line was always true, so the code inside the 'if' was executed for files. Executing the code only for directories results in repositories not being returned. |
another problem if ide reconnect backend the git info will lose |
@502647092 I have pushed a fix to branch fix-locate-repos. Can you test with this branch to see if it fixes the issues? |
Bug Description:
theia:/:file:///home/project:theia-git-all-repositories
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: