Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mdimai666/5cf5c207ef9451becf980b27d7d09a10 to your computer and use it in GitHub Desktop.
Save mdimai666/5cf5c207ef9451becf980b27d7d09a10 to your computer and use it in GitHub Desktop.
VSCode include intellisense if use venv
{
"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