summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 4110473a5136de31f4586a94e6252e5626c54797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "python.formatting.provider": "black",
    "python.languageServer": "Pylance",
    "python.analysis.typeCheckingMode": "basic",
    "python.analysis.logLevel": "Trace",
    "cSpell.words": [
        "ATRI",
        "CQHTTP",
        "gocq",
        "nonebot",
        "onebot",
        "webui"
    ],
}