How to install VS code extension manually?

2020-05-24 19:55发布

I am not able to download any extension via VS Code on my office system due to the proxy. Is there a way that I can do it manually by downloading and placing the downloaded files at the right place?

2条回答
劳资没心,怎么记你
2楼-- · 2020-05-24 19:55

Download the extension from VSCode marketplace, it'll be a .vsix file, then do like the image below.

查看更多
混吃等死
3楼-- · 2020-05-24 20:03

You can also use the command-line to install extensions from VSIX files using the --install-extension parameter.

code --install-extension /path/to/vsix

eg: code --install-extension vscodevim.vim

查看更多
登录 后发表回答