coder / code-server

VS Code in the browser
https://coder.com
MIT License
67.59k stars 5.54k forks source link

[Feat]: A suggestion to improve speed #6628

Open sky-sunnext opened 8 months ago

sky-sunnext commented 8 months ago

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?

code-asher commented 1 month ago

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: