VSCode Pylance "unresolved imports" 问题
参照官方解决方案
以工作区路径为参考
- 我的方式:写清楚以root为参考的相对路径,并且采用
import as
的方法变更名称 - 在Json设置当中添加
"python.autoComplete.extraPaths:[相对路径]"
For more examples, see issues: #1085, #1169
本博文本意在于记录个人的思考与经验,部分博文采用英语写作,可能影响可读性,请见谅
本文来自博客园,作者:ZXYFrank,转载请注明原文链接:https://www.cnblogs.com/zxyfrank/p/14427258.html