Open valleyriver717 opened 3 weeks ago
I confirmed the one PC have this problem but another one do not. Both are windows 10 pro and the only difference I can think of is whether or not the docker runtime is running.
I wonder if it is affected by the type of CPU, GPU connection, or other hardware. Can you think of any workaround on the PC where the problem occurs?
I also ran into this after a reboot today. The change cited by @valleyriver717 appears to have been introduced semi-recently in https://github.com/microsoft/vscode/commit/4d221c6b85608abf3df9e6c6ac91ffb3285dff78 by @connor4312.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
I'm not familiar with RUST, but the following code seems to be related.
https://github.com/microsoft/vscode/blob/76c27ee9ddaf998e5129418b5aba2af1d569cf50/cli/src/commands/serve_web.rs#L552
It seems to be querying for version recency every hour, but within the first hour after the machine is booted, the value is a negative. I have confirmed that it works fine when run after one hour from machine startup.
Ultimately, I would like to register this command as a service using nssm and have it accessed from machines in the same network using the nginx https proxy container. The principle is so simple that one wonders why other users do not encounter this problem.
I'm being meticulous, but this is my first time posting to github, so apologies if I'm being unkind.