diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..fbc7999 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,8 @@ +{ + "recommendations": [ + "ms-python.python", + "visualstudioexptteam.vscodeintellicode", + "ms-python.vscode-pylance", + "paulober.pico-w-go" + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..08fb43e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,21 @@ +{ + "python.linting.enabled": true, + "python.languageServer": "Pylance", + "python.analysis.typeCheckingMode": "basic", + "python.analysis.diagnosticSeverityOverrides": { + "reportMissingModuleSource": "none", + "reportShadowedImports": "none" + }, + "micropico.syncFolder": "", + "micropico.openOnStart": true, + "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\\20231228\\adafruit-circuitpython-bundle-py-20231228\\lib", + ".vscode\\Pico-W-Stub" + ], + "circuitpython.board.version": null +} \ No newline at end of file