VSCode 扩展离线下载方法

学习自该文章,感谢作者!

2025 年 VSCode 插件离线下载攻略:官方渠道一键获取 - 知乎

获取扩展关键信息

方法一:官网获取

打开 VSCode 扩展官方网站

搜索要下载的扩展,以 CodeGeeX 为例,网址为:

CodeGeeX: AI Coding Assistant - Visual Studio Marketplace

在页面右侧,找到以下信息:

More Info

Version 2.22.3
Released on 2022/9/18 21:38:06
Last updated 2025/4/18 13:11:34
Publisher Zhipu AI
Unique Identifier aminer.codegeex
Report Report a concern

需要注意的是,发布者(Publisher)不能用 Publisher 的 Zhipu AI,而是用

Identifier 的前面部分:aminer

扩展名是用 Identifier 的后面部分 :codegeex

版本信息是用 Version:2.22.3,

方法二:VSCode 获取

运行 VSCode,在扩展商店搜索要下载的扩展,以 CodeGeeX 为例。

在扩展介绍页面,标题如下:

CodeGeeX: AI Coding Assistant v2.22.3

这里能获取版本信息:2.22.3,注意不能带 v

在具体介绍的右侧页面,能找到标识信息:

标识符 aminer.codegeex

这里能获取 发布者(Publisher):aminer 和扩展名:codegeex

代入网址模版

将上述信息代入 https://marketplace.visualstudio.com/_apis/public/gallery/publishers/{发布者}/vsextensions/{插件名}/{版本号}/vspackage

codegeex 下载网址即为:https://marketplace.visualstudio.com/_apis/public/gallery/publishers/aminer/vsextensions/codegeex/2.22.3/vspackage

​如果是不同目标平台,结尾还要搭配上 ?targetPlatform={platform}

platform选项:

platform 平台
win32-x64 Windows 64-bit
win32-ia32 Windows 32-bit
win32-arm64 Windows ARM64
darwin-x64 macOS Intel
darwin-arm64 macOS Apple Silicon
linux-x64 Linux 64-bit
linux-arm64 Linux ARM64
alpine-x64 Alpine Linux

注意: 不是所有扩展都有上述平台的特定版本,codegeex 就不能下载特定平台版本。如果不能下载会获取类似错误信息:

{"$id":"1","innerException":null,"message":"Version 2.22.3 for extension aminer.codegeex has no support for targetPlatform darwin-arm64","typeName":"Microsoft.VisualStudio.Services.Gallery.WebApi.ExtensionVersionHasNoSupportForRequestedTargetPlatformsException, Microsoft.VisualStudio.Services.Gallery.WebApi","typeKey":"ExtensionVersionHasNoSupportForRequestedTargetPlatformsException","errorCode":0,"eventId":3000}

其中 aminer.codegeex has no support for targetPlatform darwin-arm64 说明没有 darwin-arm64 的特定版本。

没有特定版本不一定表示不支持,也可能是通用版本。

相关推荐
skywalk81632 小时前
linux安装Code Server 以便Comate IDE和CodeBuddy等都可以远程连上来
linux·运维·服务器·vscode·comate
时光追逐者6 小时前
Visual Studio 2026 现已正式发布,更快、更智能!
ide·c#·.net·visual studio
你还满意吗7 小时前
开发工具推荐
编辑器
weixin_3776348413 小时前
【Git使用】PyCharm中的Git使用
ide·git·pycharm
亮子AI13 小时前
如何做一个类似Word的编辑器?要有修改标记功能
编辑器·word
喂自己代言14 小时前
VS Code中提升效率的实用快捷键(中英双语版)
vscode
爱吃泡芙的小白白14 小时前
vscode、anaconda、git、python配置安装(自用)
ide·git·vscode·python·anaconda·学习记录
Rover.x18 小时前
错误:找不到或无法加载主类 @C:\Users\AppData\Local\Temp\idea_arg_file223456232
java·ide·intellij-idea
2501_941823061 天前
强化学习在边缘AI智能控制中的应用与多语言实现实践指南
ide
a***13141 天前
vscode配置django环境并创建django项目(全图文操作)
vscode·django·sqlite