📌  相关文章
📜  显示命令行中安装的所有 vscode 扩展 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:25.096000             🧑  作者: Mango

代码示例1
# Open vscode in a directory where you want to save the output to a txt file
# Press ctrl+~ to open terminal and ensure "bash" is your chosen platform

code --list-extensions --show-versions > extensions.txt

# Type code --help for more options