Created
February 21, 2021 13:36
-
-
Save taross-f/b9d07fcfc83b3708c0f65917da22afe8 to your computer and use it in GitHub Desktop.
Pylance settings
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.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