view .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 source

{
    "python.analysis.stubPath": ".venv/lib/python3.12/site-packages",
    "python.analysis.ignore": [
        ".venv"
    ],
    "python.analysis.exclude": [
        ".venv"
    ],
    "python.analysis.diagnosticSeverityOverrides": {
        "reportMissingModuleSource": "none"
    }
}