2024-08-22 13:44:42 +02:00
|
|
|
{
|
|
|
|
"python.linting.enabled": true,
|
|
|
|
"python.languageServer": "Pylance",
|
|
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
|
|
"micropico.syncFolder": "",
|
|
|
|
"micropico.openOnStart": true,
|
|
|
|
"python.analysis.typeshedPaths": [
|
2024-09-04 15:54:55 +02:00
|
|
|
".vscode/Pico-W-Stub"
|
2024-08-22 13:44:42 +02:00
|
|
|
],
|
|
|
|
"python.analysis.extraPaths": [
|
2024-09-04 15:54:55 +02:00
|
|
|
".vscode/Pico-W-Stub/stubs"
|
|
|
|
]
|
2024-08-22 13:44:42 +02:00
|
|
|
}
|