npm install -g @vscode/vsce
bun add -g @vscode/vsce

npx @vscode/vsce --version
bunx @vscode/vsce --version


vsce download ms-python.python
code --list-extensions
code --install-extension <你的插件文件路径>.vsix
code --uninstall-extension <发布者ID>.<插件ID>