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 的特定版本。

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

相关推荐
陈言必行3 天前
Unity 性能优化 之 编辑器创建资源优化( 工作流 | 场景 | 预制体)
unity·编辑器·游戏引擎
CAE虚拟与现实4 天前
VSCode中的下载VSIX是指什么?
ide·vscode·编辑器
路边闲人24 天前
vscode启用GEMINI CODE ASSIST插件
ide·vscode·gemini
小蕾Java4 天前
Java 开发工具,最新2025 IDEA使用(附详细教程)
java·ide·intellij-idea
CAE虚拟与现实4 天前
VSCode官方汉化包
ide·vscode·编辑器·vscode汉化
CAE虚拟与现实4 天前
VSCode创建Python项目和运行py文件
ide·vscode·编辑器
资讯第一线4 天前
《RAD Studio 13.0》 [DELPHI 13.0] [官方原版IOS] 下载
ide
过-眼-云-烟4 天前
新版Android Studio能打包但无法run ‘app‘,编译通过后手机中没有安装,顶部一直转圈
android·ide·android studio
Stardep4 天前
ssh远程连接服务器到vscode上“连接失败”
服务器·vscode·ssh
扯淡的闲人4 天前
多语言编码Agent解决方案(4)-Eclipse插件实现
java·ide·eclipse