2024-03-28 21:44:44 +00:00
|
|
|
{
|
|
|
|
"python.languageServer": "Pylance",
|
|
|
|
"python.linting.pylintEnabled": false,
|
|
|
|
"python.analysis.extraPaths": [
|
|
|
|
"",
|
|
|
|
"c:\\Users\\ebbe.bass\\.vscode\\extensions\\joedevivo.vscode-circuitpython-0.1.20-win32-x64\\stubs",
|
2024-06-02 11:42:12 +00:00
|
|
|
"c:\\Users\\ebbe.bass\\AppData\\Roaming\\Code\\User\\globalStorage\\joedevivo.vscode-circuitpython\\bundle\\20240602\\adafruit-circuitpython-bundle-py-20240602\\lib"
|
2024-03-28 21:44:44 +00:00
|
|
|
],
|
2024-06-02 11:42:12 +00:00
|
|
|
"circuitpython.board.version": null,
|
|
|
|
"python.analysis.diagnosticSeverityOverrides": {
|
|
|
|
"reportMissingModuleSource": "none"
|
|
|
|
}
|
2024-03-28 21:44:44 +00:00
|
|
|
}
|