code-server icon indicating copy to clipboard operation
code-server copied to clipboard

[Feat]: A suggestion to improve speed

Open sky-sunnext opened this issue 1 year ago • 1 comments

What is your suggestion?

VSCode can cause all connections to be blocked when uploading files, and this phenomenon is more pronounced when using low-speed FRP to penetrate VSCode into the public network. So why add an option to allow uploading files using other connections?

Why do you want this feature?

When using low-speed FRP, the VSCode section has a poor experience

Are there any workarounds to get this functionality today?

For example, allowing users to choose to open another HTTP/WS server for uploading? Or use P2P (WebRTC)+custom STUN server to achieve higher upload speed?

sky-sunnext avatar Jan 14 '24 12:01 sky-sunnext

I think this should probably go in https://github.com/microsoft/vscode, I am not sure we would want to maintain a large architectural change like this in patch files here in code-server. :thinking:

code-asher avatar Jul 25 '24 17:07 code-asher