search

Home  >  Q&A  >  body text

javascript - How to install plug-ins offline in vs code

There are two computers, one is on the internal network and one is connected to the external network. vs code is installed on the internal network. How do I download the vs code plug-in on the external network machine and then copy it to the internal network machine for installation?
Thank you !

过去多啦不再A梦过去多啦不再A梦2818 days ago1015

reply all(2)I'll reply

  • 仅有的幸福

    仅有的幸福2017-05-19 10:13:01

    将C:\Users\用户名\.vscode\extensions下的文件夹整体拷贝一份就行了..

    reply
    0
  • 世界只因有你

    世界只因有你2017-05-19 10:13:01

    Suffix vsix Open CMD and enter the directory where the plug-in file is located *.vsix file);
    Then execute: code --install-extensiondebugger-for-*.vsix

    reply
    0
  • Cancelreply