Mercurial > code > home > repos > micro
comparison .vscode/settings.json @ 23:8614a627888e
micropython setup
author | drewp@bigasterisk.com |
---|---|
date | Tue, 24 Dec 2024 21:36:27 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
22:1fda0683b6c4 | 23:8614a627888e |
---|---|
1 { | |
2 "python.analysis.stubPath": ".venv/lib/python3.12/site-packages", | |
3 "python.analysis.ignore": [ | |
4 ".venv" | |
5 ], | |
6 "python.analysis.exclude": [ | |
7 ".venv" | |
8 ], | |
9 "python.analysis.diagnosticSeverityOverrides": { | |
10 "reportMissingModuleSource": "none" | |
11 } | |
12 } |