Skip to content

Instantly share code, notes, and snippets.

@taross-f
Created February 21, 2021 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taross-f/b9d07fcfc83b3708c0f65917da22afe8 to your computer and use it in GitHub Desktop.
Save taross-f/b9d07fcfc83b3708c0f65917da22afe8 to your computer and use it in GitHub Desktop.
Pylance settings
{
"python.autoComplete.extraPaths": [
"${workspaceFolder}/path/to/src/"
],
"python.analysis.extraPaths": [
"${workspaceFolder}/path/to/src/"
],
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingImports": "none",
"reportGeneralTypeIssues": "information"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment