Open GongT opened 1 month ago
Thanks for the report. I've found it's difficult to detect all the different flavors of wget/curl that could be out there on remote machines. I'll test with wget2
@joshspicer I have added some more text, please have a look, thanks!
a (tiny-) bug report.
I debug another issue these day, and found a tiny problem in installer script.
1: detect wget2 On fedora-40, we use wget2 replaced old
wget
(in-place, still call it with/usr/bin/wget
). wget2 works EXTREAMLY well, especially in a bad network environment. What user need to do is run it withwget https://xxxx -O /some/file
, no any flag need/should exists.It has
--no-config
flag, but not mention in--help
output. SoDetected that this version of wget does not support '--no-config'. Will not ignore wget default configuration files.
, but it's false.2:
remote.SSH.useCurlAndWgetConfigurationFiles
when setremote.SSH.useCurlAndWgetConfigurationFiles
totrue
,IGNORE_WGET_CONFIG_FLAG
andIGNORE_CURL_CONFIG_FLAG
will be" "
(a space), causecurl/wget --help
useless run.Feature Request
Please consider implement a extendable timeout.
It should not timeout during
Installing and setting up Visual Studio Code Server
. Timeout and retry not help, but make things even worse. (at lease it should continue download, not from start again)It may timeout if server not print "server download progress" longer than X seconds.