Loading

VSCode Pylance "unresolved imports" 问题

参照官方解决方案

以工作区路径为参考

  1. 我的方式:写清楚以root为参考的相对路径,并且采用import as的方法变更名称
  2. 在Json设置当中添加"python.autoComplete.extraPaths:[相对路径]"

For more examples, see issues: #1085, #1169

posted @ 2021-02-21 21:20  ZXYFrank  阅读(530)  评论(0编辑  收藏  举报