【发布时间】:2019-10-22 22:52:23
【问题描述】:
如何使用 cli 在 VSCode 中安装多个扩展?我试过了:
code --install-extension xyz.local-history jock.svg
但它只安装第一个扩展xyz.local-history。
Installing extensions...
Installing extension 'xyz.local-history' v1.7.0...
(node:10874) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Extension 'xyz.local-history' v1.7.0 was successfully installed.
【问题讨论】:
-
能否在命令行中使用循环来多次运行
code --install-extension?
标签: visual-studio-code installation command-line-interface