Title

Cursor配置中文,并简单使用

配置下载

下载 Cursor 后出现搜索插件的时候提示错误,无法搜索安装插件

问题原因
cursor默认安装使用的并不是vs code的插件市场,国内网络有时候打不开

解决:修改插件市场地址并重启cursor

打开cursor安装目录下的resources\app\product.json文件,修改extensionsGallery中属性resourceUrlTemplateserviceUrl值,修改后值清单如下:

"extensionsGallery": {
		"galleryId": "cursor",
		"itemUrl": "https://marketplace.cursorapi.com/items",
		"controlUrl": "",
		"extensionUrlTemplate": "https://www.vscode-unpkg.net/_gallery/{publisher}/{name}/latest",
		"recommendationsUrl": "",
		
		"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
		"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
		"itemUrl": "https://marketplace.visualstudio.com/items",
		"publisherUrl": "https://marketplace.visualstudio.com/publishers",
		"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
}

需改完毕后重启cursor即可

设置中文

使用快捷键组合【Ctrl+Shift+p】,在搜索框中输入configure display language,选择中文也可配置中文

配置交流语言

直接交流输入框输入ZH-CN ONLY


AI 网站

chatGPT 中文使用:https://github.com/gptchinese/gpt-chinese
免费体验网站:https://chat03.a1r.cc/#/chat/1002
免费站点:https://www.igdux.com/ai3

posted @ 2025-05-27 14:33  快乐小洋人  阅读(1772)  评论(0)    收藏  举报