-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
[ENHANCEMENT] - Support WSL locations in baseFolders
settings
#487
Comments
Confirmed.
|
This probably relates to #486 and the way MS handles all 3 remote extensions
I extention works as intended, it scan the provided paths for projects and opens them. However, the expectation is seems to be scan a WSL folder and open in WSL, scan a SSH folder and open in SSH. So perhaps there are 2 solutions paths:
|
Hi @TomYeoman , The But @tyler36 pointed out an interesting alternative (thanks for that!), which I didn’t expect to work (neither anyone that discussed #323 has commented). So, I guess the doable alternative is really doable 😬 I never needed/had a chance to use WSL, until two days ago, so I can’t say it will handle all possible scenarios, but that’s a start. Hope this helps |
baseFolders
settings
I'm new with WSL2, but I have found the need to connect to WSL2 & remote projects increase. I'm happy to test something if you need it. |
Just saw the #477 in the "What's new ... 12.3" page. Thought I'd give it another whirl. In Windows, icons display for correctly for favorites (folder or penguin for win or wsl respectivly). Updated my user settings, as suggested in docs and reloaded the WSL folder "remote.extensionKind": {
"alefragnani.project-manager": [
"workspace"
]
},
I added a WSL location to my base folder "projectManager.git.baseFolders": [
"$home/code",
], And it worked!
-It's not showing my Win projects though from WSL. I wonder if there is a way to share config files. Is this related to #525 ? Anyway, it seems OPs problem has been fixed as basefolders works from Windows or WSL context. Thank you for continuing to update and support an already great extension. 👍 |
Hi @tyler36 , The documentation update was just that, an update to the docs. Nothing related to this issue has been made in the latest release. And I’m glad to see you did use the
This is the expected behavior when you change the
Because now, the project is not remote anymore. You are on the remote, so the project is local.
Because remotes don’t see outside, so yes, it won’t be visible. I’m planning to return to remote features on the upcoming releases so, stay tuned. |
Thanks for the comprehensive response. It seems obvious now that I understand what was happening. I really don't know why it didn't click before. I really like this extension, it makes bouncing between projects so fluid. I just wish my brain changed contexts as easily 😀 |
Environment/version
Information
I'm trying to use project manager to manage all my remote projects in WSL (I only work in WSL, and have no interest in opening anything in windows if possible)
Steps to reproduce
Seems that saving a project once I'm in WSL remote works (I.E it will open again in WSL)- but I'm insure on how to point to "WSL" projects?
Working -
Not working -
I tried updating baseFolders with this path structure that opens the
int-bk-spain
project correctly in a WSL session, but no luck -The text was updated successfully, but these errors were encountered: