summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 5ee495f..8363b68 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,13 @@
{
"python.formatting.provider": "black",
"python.languageServer": "Pylance",
+ "python.analysis.typeCheckingMode": "basic",
+ "python.analysis.logLevel": "Trace",
+ "cSpell.words": [
+ "ATRI",
+ "CQHTTP",
+ "gocq",
+ "onebot",
+ "webui"
+ ],
} \ No newline at end of file