7 lines
193 B
JSON
7 lines
193 B
JSON
{
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.analysis.diagnosticSeverityOverrides": {
|
|
"reportUndefinedVariable": "none",
|
|
"reportMissingImports": "none"
|
|
}
|
|
} |