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