stratosblue / ChinesePinyinIntelliSenseExtender

VisualStudio中文代码拼音补全拓展
MIT License
32 stars 6 forks source link

编译出错:Extension 'ChinesePinyinIntelliSenseExtender.4293B766-9575-4472-B6F0-98BD86737E0D' could not be found. Please make sure the extension has been installed. #12

Open soeasycode opened 5 months ago

soeasycode commented 5 months ago

你好,请教下,我用2022重新编译会提示出错是什么原因,谢谢 捕获

stratosblue commented 5 months ago

SDK安装了吗? 图片

soeasycode commented 5 months ago

安装了 ![Uploading 捕获.PNG…]()

stratosblue commented 5 months ago

我没有遇到这个问题,不过搜到了一些类似情况,你可以参考下,大概可以试试

https://stackoverflow.com/questions/32870002/extension-could-not-be-found-please-make-sure-the-extension-has-been-installed https://github.com/modelsbuilder/ModelsBuilder.Original/issues/52

soeasycode commented 5 months ago

好的,我试下,谢谢

soeasycode commented 5 months ago

按照你的方法已经可以正常生成了,但是安装以后出现这个错误 ![Uploading 捕获.PNG…]()

soeasycode commented 5 months ago

直接下载你编译好的扩展没有这个错误

stratosblue commented 5 months ago

图裂了。。看不到。。。

soeasycode commented 5 months ago

捕获

soeasycode commented 5 months ago

这个是什么情况

stratosblue commented 5 months ago

看起来是字典文件没对。搞忘做正确性检查了。 字典文件没有直接包含在项目里面,是以 git submodule 引入的,你确认下有没有初始化。 根目录下有脚本 init-gitmodules.ps1

soeasycode commented 5 months ago

重新运行脚本下载了字典就正常了,我先看看代码,不懂的再请教你,非常感谢!