Created
April 21, 2024 12:47
-
-
Save br4instormer/ebf1bafdfa1a14a2efcee5c99aa9d2c3 to your computer and use it in GitHub Desktop.
Pylance project config to work with virtualenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"python.analysis.extraPaths": [ | |
"venv/lib/python3.12/site-packages" | |
], | |
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment