ff2fcaf3d2
type convert on measure function
13 lines
349 B
JSON
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"
|
|
]
|
|
} |