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

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

相关推荐
程序员黄老师1 小时前
Pycharm 如何删除某个 Python Interpreter
ide·python·pycharm
汐汐咯1 小时前
vscode终端运行windows服务器的conda出错
服务器·ide·vscode
幸福巡礼4 小时前
idea中导入从GitHub上克隆下来的springboot项目解决找不到主类的问题
java·ide·intellij-idea
晚风_END5 小时前
node.js|环境部署|源码编译高版本的node.js
linux·服务器·数据库·node.js·编辑器·个人开发
爱编程的鱼5 小时前
什么是 IDE?集成开发环境的功能与优势
开发语言·ide·python·学习·microsoft·c#
How_doyou_do6 小时前
Mac-VScode-C++环境配置
c++·vscode·macos
一只帆記7 小时前
Vim 编辑器的常用命令整理
linux·编辑器·vim
涛ing12 小时前
【Linux “less“ 命令详解】
linux·运维·c语言·c++·人工智能·vscode·bash