13 lines
560 B
JSON
13 lines
560 B
JSON
{
|
|
"python.languageServer": "Pylance",
|
|
"python.linting.pylintEnabled": false,
|
|
"python.analysis.diagnosticSeverityOverrides": {
|
|
"reportMissingModuleSource": "none"
|
|
},
|
|
"python.analysis.extraPaths": [
|
|
"",
|
|
"c:\\Users\\spong\\.vscode\\extensions\\joedevivo.vscode-circuitpython-0.1.20-win32-x64\\stubs",
|
|
"c:\\Users\\spong\\AppData\\Roaming\\Code\\User\\globalStorage\\joedevivo.vscode-circuitpython\\bundle\\20240113\\adafruit-circuitpython-bundle-py-20240113\\lib"
|
|
],
|
|
"circuitpython.board.version": null
|
|
} |