19 lines
754 B
JSON
19 lines
754 B
JSON
{
|
|
"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": [
|
|
"",
|
|
"c:\\Users\\adakovacs\\.vscode\\extensions\\joedevivo.vscode-circuitpython-0.1.20-win32-x64\\stubs",
|
|
"c:\\Users\\adakovacs\\AppData\\Roaming\\Code\\User\\globalStorage\\joedevivo.vscode-circuitpython\\bundle\\20231207\\adafruit-circuitpython-bundle-py-20231207\\lib"
|
|
],
|
|
"micropico.syncFolder": "",
|
|
"micropico.openOnStart": true,
|
|
"circuitpython.board.version": null
|
|
} |