mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
25 lines
450 B
JSON
25 lines
450 B
JSON
{
|
|
"C_Cpp.errorSquiggles": "enabled",
|
|
"terminal.integrated.env.linux": {
|
|
"PYTHONPATH": "${workspaceFolder}${pathSeparator}${env:PYTHONPATH}"
|
|
},
|
|
"cSpell.words": [
|
|
"aiofiles",
|
|
"Alconna",
|
|
"arclet",
|
|
"Arparma",
|
|
"displayname",
|
|
"flmt",
|
|
"getbbox",
|
|
"httpx",
|
|
"kaiheila",
|
|
"nonebot",
|
|
"onebot",
|
|
"tobytes",
|
|
"unban",
|
|
"userinfo",
|
|
"zhenxun"
|
|
],
|
|
"python.analysis.autoImportCompletions": true
|
|
}
|