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

[BUG] - projectManager.git.baseFolders can't find any git projects in WSL #427

Closed
andyliangtw opened this issue Sep 14, 2020 · 2 comments
Closed
Labels
bug caused by vscode The issue was caused by a VS Code (update) depends on Depends on issues from VS Code duplicate

Comments

@andyliangtw
Copy link

Environment/version

  • Extension version: v11.3.0
  • VSCode version: 1.49.0
  • OS version: Windows 10 > WSL1 - Ubuntu 18.04

Problem

Project Manager (Git Projects) can't find any git projects when I'm using remote development of WSL.
I've tried to add these probable paths to projectManager.git.baseFolders, but none is available.

  • /path/to/git/projects
  • vscode-remote://wsl+Ubuntu/path/to/git/projects
  • \\path\\to\\git\\projects

Additional, I've tried these three in VScode's settings for users and settings for Remote.
Of course, none is useful.

I'm sure that the path is right, and I can use this feature in other OS.

If this issue is dulplicated, I'm sorry in advance.

Very appreciated to this extension and all its features!! Very convenient and useful, which saved my time in switching projects.
Thanks in advance!!

@alefragnani
Copy link
Owner

Hi @andyliangtw ,

This has been requested a few weeks ago in #409, but as you can see, it was closed basically because of VS Code limitations. When connected to remotes, you are connected to some location instead of the computer itself, and the extension won't be able to detect Git repos.

You could take a look at the Remote Extensions repo/docs, and maybe the settings that I suggested on #409 could work for your scenario somehow. Unfortunately for the other user, it didn't.

I think this could happen in the near future. VS Code team is eager to make Remote works the best way possible. I'm subscribed to that issue, and I suggest you to upvote/subscribe it too. When it is released, we will be notified.

Hope this helps

@alefragnani alefragnani added caused by vscode The issue was caused by a VS Code (update) duplicate labels Sep 14, 2020
@alefragnani alefragnani added the depends on Depends on issues from VS Code label Sep 14, 2020
@andyliangtw
Copy link
Author

andyliangtw commented Sep 14, 2020

Thank you for the helpful & detailed explanation!! Very appreciated.
Hope this will be solved by VS code team ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug caused by vscode The issue was caused by a VS Code (update) depends on Depends on issues from VS Code duplicate
Projects
None yet
Development

No branches or pull requests

2 participants