Answers for "python not working in visual studio code"

10

vscode not recognizing python import

# In .vscode/settings.json
"python.autoComplete.extraPaths": ["./path-to-your-code"],
Posted by: Guest on April-27-2020
0

pipenv with vscode

pipenv --py
take the output of this and put it in the "select interperter"

pipenv install --dev pylint
for error validation
Posted by: Guest on July-28-2020

Code answers related to "python not working in visual studio code"

Python Answers by Framework

Browse Popular Code Answers by Language