zhenxun_bot/.vscode/settings.json

25 lines
450 B
JSON
Raw Normal View History

2024-02-04 04:18:54 +08:00
{
"C_Cpp.errorSquiggles": "enabled",
"terminal.integrated.env.linux": {
"PYTHONPATH": "${workspaceFolder}${pathSeparator}${env:PYTHONPATH}"
},
"cSpell.words": [
2024-05-15 23:24:35 +08:00
"aiofiles",
2024-02-04 04:18:54 +08:00
"Alconna",
"arclet",
"Arparma",
2024-02-25 03:18:34 +08:00
"displayname",
2024-02-26 03:04:32 +08:00
"flmt",
2024-02-04 04:18:54 +08:00
"getbbox",
"httpx",
2024-02-25 03:18:34 +08:00
"kaiheila",
2024-02-04 04:18:54 +08:00
"nonebot",
2024-02-25 03:18:34 +08:00
"onebot",
"tobytes",
2024-02-27 02:30:01 +08:00
"unban",
2024-02-25 03:18:34 +08:00
"userinfo",
2024-02-04 04:18:54 +08:00
"zhenxun"
2024-02-25 03:18:34 +08:00
],
"python.analysis.autoImportCompletions": true
}