xxxxxxxxxx
# In C:\Users\userName\AppData\Roaming\Code\User\settings.json, add:
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingImports": "none",
"reportUndefinedVariable": "none"
}
# Note that this will suppress warnings for missing imports and
# undefined variables for ALL Python files that you open on VSCode.
# Consider undoing this once you're done with your Python-fu project.