8 lines
228 B
JSON
8 lines
228 B
JSON
{
|
|
"python.languageServer": "Pylance",
|
|
"python.analysis.diagnosticSeverityOverrides": {
|
|
"reportMissingModuleSource": "none",
|
|
"reportShadowedImports": "none"
|
|
},
|
|
"circuitpython.board.version": null
|
|
} |