-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Insiders updateChannel doesn't work with WSL remote #3833
Comments
It gives the error C/C++: Install vsix -- Failed to find VS Code script in the developer console. |
Manually downloading/installing the vsix in the WSL remote is a workaround. |
Could you describe how to fix it manually? |
Ok, there is actually no remote stuff magic here.
Seems like it will keep auto updating even after manual install. Hope this is one-time action. :) |
I'm having problems also, but I think it's because I'm on WSL2. I'll try to leave more info when I can. Right now though, it can't detect compiler path when I use |
@LongLiveCHIEF If WSL2 is the new file system (where the /usr/bin/g++ is not detected as a file on Windows), then that's a known issue -- a potential workaround is to use the Remote - WSL extension to connect. |
I'm not repro'ing this. I'm seeing insiders build installed in my remote WSL connection. This seems to have been addressed. Closing as fixed. |
This was fixed by #4767 |
The local version uses 0.24.0-insiders2, but my WSL remote incorrectly defaults to "Default" and then doesn't switch after changing it to Insiders. I thought we tested this earlier and it was working for the WSL remote scenario.
The text was updated successfully, but these errors were encountered: