zhenxun_bot/.vscode/settings.json

22 lines
409 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": [
"Alconna",
"arclet",
"Arparma",
2024-02-25 03:18:34 +08:00
"displayname",
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",
"userinfo",
2024-02-04 04:18:54 +08:00
"zhenxun"
2024-02-25 03:18:34 +08:00
],
"python.analysis.autoImportCompletions": true
}