MicroPython stuff
This commit is contained in:
16
.vscode/settings.json
vendored
Normal file
16
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"python.linting.enabled": true,
|
||||
"python.languageServer": "Pylance",
|
||||
"python.analysis.typeCheckingMode": "basic",
|
||||
"python.analysis.diagnosticSeverityOverrides": {
|
||||
"reportMissingModuleSource": "none"
|
||||
},
|
||||
"python.analysis.typeshedPaths": [
|
||||
".vscode\\Pico-W-Stub"
|
||||
],
|
||||
"python.analysis.extraPaths": [
|
||||
".vscode\\Pico-W-Stub"
|
||||
],
|
||||
"micropico.syncFolder": "",
|
||||
"micropico.openOnStart": true
|
||||
}
|
||||
Reference in New Issue
Block a user