How can I install Visual Studio Code extensions offline?

后端 未结 12 1211
终归单人心
终归单人心 2020-11-27 09:12

I have installed Visual Studio Code on a machine that is not, and cannot be, connected to the Internet. According to the documentation, I can install an extension from the c

12条回答
  •  醉话见心
    2020-11-27 10:08

    For Python users the pattern to use with t3chbot's excellent answer looks like:

    https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/{version_number}/vspackage
    

    be sure to scroll right to see where you have to enter the version number.

提交回复
热议问题