diff .vscode/settings.json @ 23:8614a627888e

micropython setup
author drewp@bigasterisk.com
date Tue, 24 Dec 2024 21:36:27 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.vscode/settings.json	Tue Dec 24 21:36:27 2024 -0800
@@ -0,0 +1,12 @@
+{
+    "python.analysis.stubPath": ".venv/lib/python3.12/site-packages",
+    "python.analysis.ignore": [
+        ".venv"
+    ],
+    "python.analysis.exclude": [
+        ".venv"
+    ],
+    "python.analysis.diagnosticSeverityOverrides": {
+        "reportMissingModuleSource": "none"
+    }
+}
\ No newline at end of file