{ "python.linting.enabled": true, "python.languageServer": "Pylance", "python.analysis.typeCheckingMode": "basic", "micropico.syncFolder": "", "micropico.openOnStart": true, "python.analysis.typeshedPaths": [ "~/.micropico-stubs/micropython-rp2-rpi_pico_w-stubs==1.23.0.post1" ], "python.analysis.extraPaths": [ "~/.micropico-stubs/micropython-rp2-rpi_pico_w-stubs==1.23.0.post1" ], "python.analysis.diagnosticSeverityOverrides": { "reportMissingModuleSource": "none" } }