-
Notifications
You must be signed in to change notification settings - Fork 304
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
Wsl downloading script not used .bash_profile and .bashrc #432
Comments
The plan is to do the downloading on the client (Window side) |
Ok. But use |
We just removed |
@aeschli, @roblourens would that be #437 ? Before "terminal.integrated.shellArgs.windows": [
"--rcfile $HOME/.bashrc.d/bashrc-vscode -i",
], Currently reacting to changes by linking SuggestionThe
|
I like how nobody thinks about the other shells that get used (FISH and ZSH in particular come to mind). Specifying a specific shell isn't the right way. Going directly to |
To give more context:
There are other reported issues reported about download/connectivity issues, so moving the download to the client side (in Windows) is planned anyways |
Sometimes,vscode has to install ext with https proxy,and is connecting to remote linux on the LAN. If moving the download to the client side,there could be a conflict.Maybe need an option. |
In the upcoming version we now download the server on the Windows side. That way we avoid problems with missing proxy settings or missing certificates. Therefore we no longer need to start the server with Duplicate of #79 |
Version: 1.35.0-insider (user setup)
Commit: 94f7de61ece171f4390ece488a220d22cbb0fddd
Date: 2019-05-23T05:19:33.101Z
Electron: 3.1.8
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 10.0.16299
Steps to Reproduce:
export http_proxy=127.0.0.1:80
Possible way to solve problem:
Use
bash -ci
instead ofbash -c
in file 'wslDaemon.js'Does this issue occur when you try this locally?: Yes
Does this issue occur when you try this locally and all extensions are disabled?: No
The text was updated successfully, but these errors were encountered: