Table of Contents
在Cursor商店中,无法下载所需的插件,或者搜索插件时需要等待很长时间。
error while fetching extensions.failed to fetch
AI代码生成神器 Cursor v0.47.8 for Windows 官方免费版
类型:编程工具 大小:107MB 语言:英文软件 时间:2025-03-19查看详情
cursor 基于GT-4的代码编辑器 V0.17.0 Linux最新免费版
类型:编程工具 大小:159MB 语言:英文软件 时间:2023-11-29查看详情
Cursor(智能AI代码生成工具) v0.48.9 官方版
类型:编程工具 大小:112MB 语言:简体中文 时间:2025-04-21查看详情
Cursor默认使用的插件市场并非VS Code的插件市场,且由于国内网络环境的限制,可能无法正常访问。
打开cursor安装目录下的resourcesappproduct.json文件,修改extensionsGallery中属性resourceUrlTemplate、serviceUrl值,修改后值清单如下:
打开Cursor安装目录下的resourcesappproduct.json
文件。
修改文件中extensionsGallery
的配置(将下文的内容复制并覆盖原本内容)。
修改插件市场的地址后,重启Cursor。
"extensionsGallery": { "galleryId": "cursor", "serviceUrl": "https://marketplace.cursorapi.com/_apis/public/gallery", "itemUrl": "https://marketplace.cursorapi.com/items", "resourceUrlTemplate": "https://marketplace.cursorapi.com/{publisher}/{name}/{version}/{path}", "controlUrl": "", "extensionUrlTemplate": "https://www.vscode-unpkg.net/_gallery/{publisher}/{name}/latest", "recommendationsUrl": "", "nlsBaseUrl": "", "publisherUrl": ""},
"extensionsGallery": { "galleryId": "cursor", "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", "itemUrl": "https://marketplace.visualstudio.com/items", "resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}", "controlUrl": "", "extensionUrlTemplate": "https://www.vscode-unpkg.net/_gallery/{publisher}/{name}/latest", "recommendationsUrl": "", "nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/", "publisherUrl": "https://marketplace.visualstudio.com/publishers"},
修改对比:
推荐阅读:Cursor登录按钮点击没反应怎么办? Cursor无法登录的解决方案
WiFi已连接却无法上网怎么办? 无线路由器连接上但不能上网的解决办法