changed trakced files
This commit is contained in:
parent
7608296cdd
commit
ab0f0f87e6
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,2 +1,5 @@
|
|||||||
|
.gitignore
|
||||||
__pycache__
|
__pycache__
|
||||||
global_config.json
|
global_config.json
|
||||||
|
.vscode
|
||||||
|
.micropico
|
||||||
|
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -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"
|
".vscode/Pico-W-Stub/stubs"
|
||||||
],
|
]
|
||||||
"python.analysis.diagnosticSeverityOverrides": {
|
|
||||||
"reportMissingModuleSource": "none"
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user