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
}
相关推荐
沉淀粉条形变量2 小时前
rust 单例模式
开发语言·单例模式·rust
skilllite作者3 小时前
SkillLite 多入口架构实战:CLI / Python SDK / MCP / Desktop / Swarm 一页理清
开发语言·人工智能·python·安全·架构·rust·agentskills
Rust研习社3 小时前
深入理解 Rust 闭包:从基础语法到实战应用
rust
Rust研习社4 小时前
Rust 时间处理神器:chrono 从入门到实战
rust
Rust研习社4 小时前
Rust 异步 ORM 新选择:Toasty 初探
rust
星辰徐哥5 小时前
异步定时任务系统的设计与Rust实战集成
开发语言·后端·rust
swear015 小时前
【VSCODE 插件 rust-analyzer 使用】打开文件夹
ide·vscode·rust
laomocoder6 小时前
AI网关设计
人工智能·rust·系统架构
zandy10116 小时前
业界首发|衡石科技HENGSHI CLI重磅登场,以Rust架构开启Agentic BI自动驾驶时代
科技·架构·rust·agentic bi
王家视频教程图书馆7 小时前
rust 写gui 程序 最流行的是哪个
开发语言·后端·rust