Browse Source

changed trakced files

master
Oliver Cullis 1 month ago
parent
commit
ab0f0f87e6
  1. 5
      .gitignore
  2. 9
      .vscode/settings.json

5
.gitignore

@ -1,2 +1,5 @@
.gitignore
__pycache__ __pycache__
global_config.json
global_config.json
.vscode
.micropico

9
.vscode/settings.json

@ -5,12 +5,9 @@
"micropico.syncFolder": "", "micropico.syncFolder": "",
"micropico.openOnStart": true, "micropico.openOnStart": true,
"python.analysis.typeshedPaths": [ "python.analysis.typeshedPaths": [
"~/.micropico-stubs/micropython-rp2-rpi_pico_w-stubs==1.23.0.post1"
".vscode/Pico-W-Stub"
], ],
"python.analysis.extraPaths": [ "python.analysis.extraPaths": [
"~/.micropico-stubs/micropython-rp2-rpi_pico_w-stubs==1.23.0.post1"
],
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingModuleSource": "none"
}
".vscode/Pico-W-Stub/stubs"
]
} }
Loading…
Cancel
Save