Vscode Update Imports Python Unresolved Import

[Solved] Vscode Update Imports Python Unresolved Import | Solidity - Code Explorer | yomemimo.com
Question : python unresolved import vscode

Answered by : blue-badger-qkv5akrkef70

# 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"],

Source : https://stackoverflow.com/questions/53939751/pylint-unresolved-import-error-in-visual-studio-code | Last Update : Fri, 02 Oct 20

Answers related to vscode update imports python unresolved import

Code Explorer Popular Question For Solidity