Asher
Asher
Oh dope awesome test! Does the same thing happen if you use the file system API? I see this in VS Code: https://github.com/microsoft/vscode/blob/231deb14cd5a978343f722e9ac5207b0ae0dd607/src/vs/workbench/contrib/files/browser/fileImportExport.ts#L755-L756 using `FileSystemDirectoryHandle: getFileHandle()` and `FileSystemFileHandle: createWritable()`. They...
I will close for now, if there is an issue it will need to be fixed upstream in VS Code, but definitely feel free to keep commenting if you come...
This feature is for proxying any arbitrary port dynamically for the purposes of web development, so it has to be a number. If it was not a number you would...
You would not need a second instance, and you should not need to alter any packets. `--proxy-domain my-code-server.com` will serve code-server just like normal when you visit https://my-code-server.com. In addition,...
Very strange. We might want to try reproducing in Codespaces so we can report it upstream, I am not sure what code-server could be doing to cause this. I did...
Closing for now, but let me know if you come back to this.
Does this happen with the latest code-server as well? (4.91.1) I think this is probably unrelated to the network, that timeout I believe is for the handshake over IPC with...
Updating probably will not help anyway, I do not believe the spawning code has changed in a very long time. But it is probably worth double-checking just in case. The...
I wonder if the fork call fails and we are not properly catching the error. :thinking:
Interesting! I had not considered the possibility it was actually taking > 10 seconds because that seemed so long already. > Please do let me know if you want me...