我已经下载了JDK,Java扩展包和代码运行器。当我运行我的程序时,它说“无法下载intellicode模型。请检查您的网络连接或防火墙设置”。任何解决方案!
o4tp2gmn1#
安装最新版本的VS Code,并打开 * 网络代理支持 *。
将其设置为override对于大多数设置来说应该是最好的,如果效果不好,请尝试on进行比较如果问题仍然存在,请参考这两个GitHub问题。https://github.com/MicrosoftDocs/intellicode/issues/4https://github.com/MicrosoftDocs/intellicode/issues/49#issuecomment-455082089
override
on
vzgqcmou2#
这是我的工作。1.设置代理。{“http.proxySupport”:“override”,“http.proxy”:“socks5:127.0.0.1:xxxx”}1.设置路径,修复“EROFS:只读文件系统,打开'models.json',(错误)". {“vsintellicode.modelDownloadPath”:“/Users/xxxx/.vscode/vsintellicodemodels”}
2条答案
按热度按时间o4tp2gmn1#
安装最新版本的VS Code,并打开 * 网络代理支持 *。
将其设置为
override
对于大多数设置来说应该是最好的,如果效果不好,请尝试on
进行比较如果问题仍然存在,请参考这两个GitHub问题。
https://github.com/MicrosoftDocs/intellicode/issues/4
https://github.com/MicrosoftDocs/intellicode/issues/49#issuecomment-455082089
vzgqcmou2#
这是我的工作。
1.设置代理。{“http.proxySupport”:“override”,“http.proxy”:“socks5:127.0.0.1:xxxx”}
1.设置路径,修复“EROFS:只读文件系统,打开'models.json',(错误)". {“vsintellicode.modelDownloadPath”:“/Users/xxxx/.vscode/vsintellicodemodels”}