问题描述:
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"
即可