-
Notifications
You must be signed in to change notification settings - Fork 0
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
Windows: Include repositories from WSL #2
Comments
Hi @MrLuje, Thanks for the details. I don't use Windows, but I definitely want to improve Windows support. I think we should add this workaround to README as of now. ( Maybe a PR ? ) Meanwhile, I'll be adding ability to detect and scan WSL home in the binary. I am also in process of moving some calculations from extension to binary and making paths configurable through extension itself. |
Sure, I'll have a PR for the Readme by the weekend |
Those seems to be valid wsl paths. Update |
Looks like the first |
I just published v0.3.0 of extension that supports tree view on Windows and is slightly faster. Unfortunately, WSL support is still unsolved because scanning WSL from Windows is really slow for some reasons. I've added notes in README for limited support of WSL. |
Closing this in favor of #4 where we'll be tracking support for scanning remote environments including WSL. |
I am using vscode on windows 10 but mainly using WSL2 so 90% of my repositories are in WSL.
By default, the extension shows windows' repository but not the WSL ones, but is would be nice to display both windows & WSL repositories.
Workaround :
repo.exe init
%APPDATA%\repo.yml
and add the followingThe text was updated successfully, but these errors were encountered: