Home > Net >  Low Speed Connection for VS Code servers to download extensions
Low Speed Connection for VS Code servers to download extensions

Time:10-30

Two days ago, i'd installed Ubuntu and deleted windows, than i install VS Code from Snap Store, now i have a problem with VS Code servers to download extensions. I'm from Iran and we have low speed connection, because of it, I get error for low connection. Is there a way to install extensions for VS Code? any help will gratitude.

I get the XHR timeout: undefinedms

How can i install VS Code extensions due to low connection speed?

CodePudding user response:

you can download extensions as a .vsix file.

Go VS marketplace and download your extensions on your ubuntu server (or other devices, and copy to your ubuntu using disks like usb).

And VScode extension tab -> meatball menu(...) -> Click 'Install from VSIX' tab and select vsix path.

Also you can install directly using Ctrl Shift P(Command palette), type 'Install from VSIX' and select vsix path.

  • Related