{ "python.linting.enabled": true, "python.languageServer": "Pylance", "python.analysis.typeCheckingMode": "basic", "picowgo.syncFolder": "", "python.analysis.typeshedPaths": [ ".vscode/Pico-W-Stub" ], "python.analysis.extraPaths": [ ".vscode/Pico-W-Stub/stubs" ], "[python]": { "editor.defaultFormatter": "ms-python.autopep8" }, "python.formatting.provider": "none" }