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

今天在使用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"

即可。*和GitHub传送门上很多人将"Jedi"替换为"Microsoft",也可以,不过这个server本人没有测试,不知道效果怎么样,之前一直是默认的Jedi,可能python升级后需要显示指定从而出现报错。
【BUG】The Python Tools server crashed 5 times in the last 3 minutes. The server will not be restarted

拓展:了解Language Server

上一篇:教你玩转CSS 分组选择器和嵌套选择器


下一篇:解决 MySQL 的 Table is marked as crashed and should be repaired 问题