Last active
December 28, 2019 01:45
-
-
Save mdimai666/5cf5c207ef9451becf980b27d7d09a10 to your computer and use it in GitHub Desktop.
VSCode include intellisense if use venv
This file contains 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.pythonPath": "${workspaceFolder}/../venv/Scripts/", | |
"editor.formatOnSave": true, | |
"python.autoComplete.extraPaths": [ | |
"${workspaceFolder}/../venv/Lib/site-packages/" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment