You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only issue I have seen so far is that the installation of extensions doesn't respect the proxy setting, from the UI or via the --install-extension command line flag. Would graetly appreciate a fix for that.
For me the main issue was also with installing extensions (I get a timeout because code-server doesn't go through the proxy). I also have some issues with icons (file icons, for example) in the browser, but that's probably not related.
The problem is that there exist many extensions to download binaries they need not during installing but during the first start up (like official C/C++ extension or Golang extensions). I'm not sure whether they regard the system proxy preference or using vscode setting.
@fancl20 are you aware of the vscode setting for this:
// Use the proxy support for extensions.
// - off: Disable proxy support for extensions.
// - on: Enable proxy support for extensions.
// - override: Enable proxy support for extensions, override request options.
"http.proxySupport": "override",
Maybe this #545 will help resolve this. Waiting on a new release to test it.
@jrderuiter regarding the icons, I just raised #627 . Agree, I don't think it is related.
Activity
kylecarbs commentedon Mar 8, 2019
We'd need to add proper VS Code networking setup to
code-server
. Not sure about this.Ref: https://code.visualstudio.com/docs/setup/network
avindra commentedon Mar 9, 2019
I'm also looking for proxy support (in order to install extensions).
As a workaround, I tried importing the
vsix
file directly, but this error shows up when I do that:coadler commentedon Mar 9, 2019
@avindra see #92
RichardMcSorley commentedon Apr 2, 2019
Also looking forward to this support. Not able to run it on some networks due to this, makes code-server cumbersome to use.
fcomte commentedon Apr 5, 2019
Does anybody success to install extension behind a proxy ?
Iam using : version 1.604-vsc1.32.0
jrderuiter commentedon Apr 15, 2019
Not yet, running into the same issue unfortunately.
kylecarbs commentedon Apr 24, 2019
I'd be happy to implement this, but would concretely like to understand the importance. Does this just proxy all requests VS Code would normally make?
t-d-d commentedon Apr 26, 2019
The only issue I have seen so far is that the installation of extensions doesn't respect the proxy setting, from the UI or via the
--install-extension
command line flag. Would graetly appreciate a fix for that.jrderuiter commentedon Apr 26, 2019
For me the main issue was also with installing extensions (I get a timeout because code-server doesn't go through the proxy). I also have some issues with icons (file icons, for example) in the browser, but that's probably not related.
fancl20 commentedon Apr 26, 2019
The problem is that there exist many extensions to download binaries they need not during installing but during the first start up (like official C/C++ extension or Golang extensions). I'm not sure whether they regard the system proxy preference or using vscode setting.
t-d-d commentedon May 2, 2019
@fancl20 are you aware of the vscode setting for this:
Maybe this #545 will help resolve this. Waiting on a new release to test it.
@jrderuiter regarding the icons, I just raised #627 . Agree, I don't think it is related.
t-d-d commentedon May 2, 2019
@fancl20 I can confirm that the rest-client extension works fine behind a proxy with
http_proxy
set and the above vscode setting.41 remaining items