今天在使用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所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)