📜  vscode 无法识别 python 导入 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:33.875000             🧑  作者: Mango

代码示例2
# I use pylance now. I added this. Problem solved.
"python.analysis.extraPaths": ["./path-to-code/"],
# I tried this before, but not working. 
"python.autoComplete.extraPaths": ["./path-to-your-code"],