问题描述:
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"
即可
版权声明:本文为Merokes原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。