解决Kiro无法安装中文插件以及其他插件问题

安装完Kiro后我们都会安装中文插件:

我的电脑会弹出报错:

Error while installing 'chinese (Simplified)(简体中文) LanguagePack for Visual Studio Code" extension. Please check the log formore details.

此时需要打开安装Kiro的位置,找到product.json

在文件种搜索【extensionsGallery 】,替换其中的serviceUrl和itemUrl:

javascript 复制代码
"extensionsGallery": {
		"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
        "itemUrl": "https://marketplace.visualstudio.com/items",
		"resourceUrlTemplate": "https://open-vsx.org/vscode/unpkg/{publisher}/{name}/{version}/{path}",
		"controlUrl": "",
		"recommendationsUrl": "",
		"nlsBaseUrl": "",
		"publisherUrl": ""
},

保存后退出重启Kiro即可安装插件了

出现弹窗选择第三个即可


Antigravity也有该问题的参考:Antigravity安装插件问题

相关推荐
骥龙1 天前
第六篇:AI平台篇 - 从Jupyter Notebook到生产级模型服务
ide·人工智能·jupyter
kun200310291 天前
如何用Obsidian+VSCode生成文案排版并发布到公众号
ide·vscode·编辑器
开源技术1 天前
Python GeoPandas基础知识:地图、投影和空间连接
开发语言·ide·python
寻梦csdn2 天前
pycharm+miniconda兼容问题
ide·python·pycharm·conda
电饭叔2 天前
Jupyter学习中的问题--FileNotFoundError
ide·学习·jupyter
noBt2 天前
Windows IDEA 卡顿严重
java·ide·intellij-idea
小疙瘩2 天前
去掉 IDEA 中 mybatis配置文件的局部背景颜色(图解)
java·ide·intellij-idea
zhanglianzhao2 天前
Win 11 WSL 配置Claude code 并在VsCode中使用
ide·vscode·编辑器·claude·cladue code
Keying,,,,2 天前
VScode中终端闪退问题
ide·vscode·编辑器
热爱生活的五柒2 天前
如何在vscode中使用Claude code以及插件中配置setting.json无效的解决方法
ide·vscode·编辑器