vscode export and import extension list

extensions.txt

perl 复制代码
alibaba-cloud.tongyi-lingma
anthhub.fjson
cloris.rustjson
eamodio.gitlens
esbenp.prettier-vscode
itsyaasir.rust-feature-toggler
james-yu.latex-workshop
ms-ceintl.vscode-language-pack-zh-hans
ms-python.debugpy
ms-python.python
ms-python.vscode-pylance
ms-toolsai.jupyter-renderers
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode-remote.remote-wsl
ms-vscode.cmake-tools
ms-vscode.cpptools
ms-vscode.cpptools-extension-pack
ms-vscode.cpptools-themes
ms-vscode.remote-explorer
redhat.vscode-xml
rust-lang.rust-analyzer
saoudrizwan.claude-dev
tamasfe.even-better-toml
tomoki1207.pdf
twxs.cmake
udoprog.rune-vscode
vadimcn.vscode-lldb
visualstudioexptteam.intellicode-api-usage-examples
vscjava.vscode-gradle
vscode-icons-team.vscode-icons
wk-j.save-and-run
xaver.clang-format

install.sh

css 复制代码
cat extensions.txt | xargs -L 1 code --install-extension

install.ps1

perl 复制代码
# Read the extensions from the file
$extensions = Get-Content -Path "extensions.txt"

# Loop through each extension and install it
foreach ($extension in $extensions) {
    code --install-extension $extension
}
相关推荐
Pomelo_刘金4 小时前
用 DDD 把「闹钟」需求一点点捏出来
架构·rust·领域驱动设计
Pomelo_刘金5 小时前
Clean Architecture 整洁架构:借一只闹钟讲明白「整洁架构」的来龙去脉
后端·架构·rust
a cool fish(无名)15 小时前
rust-方法语法
开发语言·后端·rust
a cool fish(无名)1 天前
rust-参考与借用
java·前端·rust
叶 落1 天前
[Rust 基础课程]猜数字游戏-获取用户输入并打印
rust·rust基础
RustFS1 天前
RustFS 如何修改默认密码?
rust
景天科技苑2 天前
【Rust线程池】如何构建Rust线程池、Rayon线程池用法详细解析
开发语言·后端·rust·线程池·rayon·rust线程池·rayon线程池
该用户已不存在2 天前
Zig想要取代Go和Rust,它有资格吗
前端·后端·rust
用户1774125612443 天前
不懂装懂的AI,折了程序员的阳寿
rust
量子位3 天前
vivo自研蓝河操作系统内核开源!Rust开发新机遇来了
rust·ai编程