Low Speed Connection for VS Code servers to download extensions

Question:

Two days ago, I installed Ubuntu and deleted windows, then I installed VS Code from Snap Store, now I have a problem with VS Code servers to download extensions. I’m from Iran and we have a low-speed connection, because of it, I get errors for a low connection. Is there a way to install extensions for VS Code? any help will be grateful.

I get the XHR timeout: undefinedms

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

Asked By: user19922027

||

Answers:

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.

Answered By: binaryeast
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.