问题描述:
PC端远程连接Jetson nano,使用python时发现没有智能跳转功能,python插件处于已安装、未激活的状态。

故重新在VScode上安装python 和pylance插件,
报错 The Python Jedi server crashed 5 times in the last 3 minutes. The server will not be restarted.
问题解决:
在setting.json 中加入"python.languageServer": "Pylance"即可
本文介绍了解决在PC端远程连接Jetson Nano时遇到的Python插件未激活问题的方法。通过在VSCode的setting.json文件中设置python.languageServer:Pylance来修复Python Jedi服务器频繁崩溃的问题。
51万+

被折叠的 条评论
为什么被折叠?



