How can I install Visual Studio Code extensions offline?

后端 未结 12 1188
终归单人心
终归单人心 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 09:48

    All these suggestions are great, but kind of painful to follow because executing the code to construct the URL or constructing that crazy URL by hand is kind of annoying...

    So, I threw together a quick web app to make things easier. Just paste the URL of the extension you want and out comes out the download of your extension already properly named: publisher-extension-version.vsix.

    Hope someone finds it helpful: http://vscode-offline.herokuapp.com/

提交回复
热议问题