han-mqtt-adapter/.vscode/settings.json
Christoffer Martinsson 651bf8de2a Added picowgo files
2022-09-18 13:35:54 +02:00

13 lines
345 B
JSON

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