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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Download the extension from VSCode marketplace, it'll be a .vsix
file, then do like the image below.
回答2:
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