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
I'm using the same path url syntax used for rootPath in projects.json, but the git projects in the WSL distro don't show up:
rootPath
projects.json
"projectManager.git.baseFolders": [ "vscode-remote://wsl+ubuntu/home/me/projects/" ]
Is this even supported?
The text was updated successfully, but these errors were encountered:
Hi @biro456 ,
I'm sorry to say, but this is not supported.
But, you have a similar question/request from #409, and it appears you can try the same approach I commented there.
I just noted in VS Code documentation (https://code.visualstudio.com/docs/remote/wsl) that WSL could/should share your local settings (https://code.visualstudio.com/docs/remote/wsl#_wsl-specific-settings).
Hope this helps
Sorry, something went wrong.
No branches or pull requests
I'm using the same path url syntax used for
rootPath
inprojects.json
, but the git projects in the WSL distro don't show up:Is this even supported?
The text was updated successfully, but these errors were encountered: