Files
gardentron/pico-w/.vscode/settings.json
2023-05-21 17:51:55 +02:00

16 lines
435 B
JSON

{
"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"
}