7 lines
187 B
JSON
7 lines
187 B
JSON
{
|
|
"python.languageServer": "Pylance",
|
|
"python.analysis.diagnosticSeverityOverrides": {
|
|
"reportMissingModuleSource": "none",
|
|
"reportShadowedImports": "none"
|
|
}
|
|
} |