pizzabox-ctrl/micropizza/.vscode/settings.json

11 lines
No EOL
278 B
JSON

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