16 lines
463 B
JSON
16 lines
463 B
JSON
|
{
|
||
|
"python.linting.enabled": true,
|
||
|
"python.languageServer": "Pylance",
|
||
|
"python.analysis.typeCheckingMode": "basic",
|
||
|
"python.analysis.diagnosticSeverityOverrides": {
|
||
|
"reportMissingModuleSource": "none"
|
||
|
},
|
||
|
"micropico.syncFolder": "",
|
||
|
"micropico.openOnStart": true,
|
||
|
"python.analysis.typeshedPaths": [
|
||
|
"~/.micropico-stubs/included"
|
||
|
],
|
||
|
"python.analysis.extraPaths": [
|
||
|
"~/.micropico-stubs/included"
|
||
|
]
|
||
|
}
|