annotate .vscode/settings.json @ 24:872d8155ed0c default tip

start ub-timer
author drewp@bigasterisk.com
date Tue, 24 Dec 2024 21:36:53 -0800
parents 8614a627888e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
8614a627888e micropython setup
drewp@bigasterisk.com
parents:
diff changeset
1 {
8614a627888e micropython setup
drewp@bigasterisk.com
parents:
diff changeset
2 "python.analysis.stubPath": ".venv/lib/python3.12/site-packages",
8614a627888e micropython setup
drewp@bigasterisk.com
parents:
diff changeset
3 "python.analysis.ignore": [
8614a627888e micropython setup
drewp@bigasterisk.com
parents:
diff changeset
4 ".venv"
8614a627888e micropython setup
drewp@bigasterisk.com
parents:
diff changeset
5 ],
8614a627888e micropython setup
drewp@bigasterisk.com
parents:
diff changeset
6 "python.analysis.exclude": [
8614a627888e micropython setup
drewp@bigasterisk.com
parents:
diff changeset
7 ".venv"
8614a627888e micropython setup
drewp@bigasterisk.com
parents:
diff changeset
8 ],
8614a627888e micropython setup
drewp@bigasterisk.com
parents:
diff changeset
9 "python.analysis.diagnosticSeverityOverrides": {
8614a627888e micropython setup
drewp@bigasterisk.com
parents:
diff changeset
10 "reportMissingModuleSource": "none"
8614a627888e micropython setup
drewp@bigasterisk.com
parents:
diff changeset
11 }
8614a627888e micropython setup
drewp@bigasterisk.com
parents:
diff changeset
12 }