PanEDM_TempSensorCode/.vscode/settings.json
Oliver Cullis ff2fcaf3d2 small vscode change
type convert on measure function
2024-08-23 11:19:18 +02:00

13 lines
349 B
JSON

{
"python.linting.enabled": true,
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic",
"micropico.syncFolder": "",
"micropico.openOnStart": true,
"python.analysis.typeshedPaths": [
".vscode/Pico-W-Stub"
],
"python.analysis.extraPaths": [
".vscode/Pico-W-Stub/stubs"
]
}