【BUG】The Python Tools server crashed 5 times in the last 3 minutes. The server will not be restarted

【BUG】The Python Tools server crashed 5 times in the last 3 minutes. The server will not be restarted,第1张

概述今天在使用VSCode时无法进行变量和函数跳转,而且在刚刚打开python文件时出现报错:ThePythonToolsservercrashed5timesinthelast3minutes.Theserverwillnotberestarted解决方案:查阅资料发现是languageserver出现了问题,我们在settings.json中显式指定:"pyth

今天在使用VSCode时无法进行变量和函数跳转,而且在刚刚打开python文件时出现报错:
The Python Tools server crashed 5 times in the last 3 minutes. The server will not be restarted

解决方案:
查阅资料发现是language server出现了问题,我们在settings.Json中显式指定:

"python.languageServer":"Jedi"

即可。stackoverflow和GitHub传送门上很多人将"Jedi"替换为"Microsoft",也可以,不过这个server本人没有测试,不知道效果怎么样,之前一直是默认的Jedi,可能python升级后需要显示指定从而出现报错。

拓展:了解Language Server

总结

以上是内存溢出为你收集整理的【BUG】The Python Tools server crashed 5 times in the last 3 minutes. The server will not be restarted全部内容,希望文章能够帮你解决【BUG】The Python Tools server crashed 5 times in the last 3 minutes. The server will not be restarted所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1189001.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-03
下一篇 2022-06-03

发表评论

登录后才能评论

评论列表(0条)

保存