Replies: 2 comments 5 replies
-
Do you experience similar slowness with plain
Or to download an extension manifest:
|
Beta Was this translation helpful? Give feedback.
5 replies
-
Well, I tested it with --disable-telemetry flag, I think I tested it both
with that flag + setting "telemetry.enableTelemetry": false in
config.yaml. But still got the same effect.
What is interesting, is when I do the same installation test on a computer
that is completely disconnected from the internet, the install does work.
I think the code server tries to connect to some external sources, but
maybe has some high value for timeout. So, in a proxy based environment,
where it does connected to the internet, but may block request on proxy/FW
drop request, code server still waiting for response due to high timeout
value, or sth like that.
…On Sat, Sep 19, 2020 at 12:25 AM Eric Huber ***@***.***> wrote:
I'm interested in this use case too. Does it help if you add this in your
user settings?
"telemetry.enableTelemetry": false
If it works after an hour, does this mean it's just timing out with the
telemetry and continuing anyway? Then would one workaround be to deactivate
network interfaces temporarily for the install, or to filter the telemetry
domains to the hosts file?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2102 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKOLI7PXMP57RC73OABXJTSGPF3XANCNFSM4RPFAEKQ>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running
code-server
on OpenShift 3.11 cluster behind http proxy.I'm able to run
code-server
without any issue and access to the UI through the web browser.But installing simple extension through the cli (the extension
.vsix
file downloaded and imported manually), for example./code-server --disable-telemetry --install-extension ./gitlens.vsix
taking unreasonable long time, and can take up to 1h or even more.When I'm running exactly the same command in my local mac, everything works just fine (also when I disconnect my mac from internet).
I don't know how to proceed with this issue, I'm trying to run the install extension command with
--verbose
flag, but logs messages are stoped atInstalling extension...
, and not clear what is going on.Any help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions