赞
踩
vscode编程python代码时,跳转到函数定义的功能(F12
或者control+左键
)没反应,并同时右下角提示:
Pylance has crashed. Would you like to try using a Node.js executable to run the language server?
主要是Pylance
插件的问题,
settings.json
F1
Open User Settings (JSON)
languageServer
python.languageServer":"Pylance "
改为 python.languageServer":"Jedi"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。