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
}
相关推荐
guyoung3 小时前
AIMatrices DeepSeek更新——新增Word、PPT、Html、Latex导出、Graphviz 编辑及预览等功能
人工智能·rust·deepseek
guyoung3 小时前
DeepSeek轻量级本地化部署工具AIMatrices更新——新增OllamaApi接口调用,Python及Html运行等功能
rust·ollama·deepseek
Hello.Reader17 小时前
为什么选择 Rust 和 WebAssembly?
开发语言·rust·wasm
yinhezhanshen17 小时前
rust 的Clone
开发语言·rust
Kapaseker1 天前
Bevy 时间
rust·游戏开发
Ho1aAs1 天前
『Rust』Rust运行环境搭建
开发语言·后端·rust
CS semi1 天前
Rust从入门到实战
开发语言·后端·rust
Aspirin_Slash2 天前
【Tauri2.0教程(四)】对话框插件的使用
rust
bruce541102 天前
Rust学习之实现命令行小工具minigrep(一)
rust
__Benco2 天前
OpenHarmony子系统开发 - Rust编译构建指导
开发语言·人工智能·后端·rust·harmonyos