mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 13:42:56 +08:00
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"C_Cpp.errorSquiggles": "enabled",
|
|
"terminal.integrated.env.linux": {
|
|
"PYTHONPATH": "${workspaceFolder}${pathSeparator}${env:PYTHONPATH}"
|
|
},
|
|
"cSpell.words": [
|
|
"aiofiles",
|
|
"Alconna",
|
|
"arclet",
|
|
"Arparma",
|
|
"displayname",
|
|
"flmt",
|
|
"getbbox",
|
|
"gitcode",
|
|
"GITEE",
|
|
"hibiapi",
|
|
"httpx",
|
|
"jsdelivr",
|
|
"kaiheila",
|
|
"lolicon",
|
|
"Mahiro",
|
|
"nonebot",
|
|
"onebot",
|
|
"pixiv",
|
|
"qbot",
|
|
"Setu",
|
|
"tobytes",
|
|
"ujson",
|
|
"unban",
|
|
"Uninfo",
|
|
"userinfo",
|
|
"webui",
|
|
"zhenxun"
|
|
],
|
|
"python.analysis.autoImportCompletions": true,
|
|
"python.testing.pytestArgs": ["tests"],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.wordBasedSuggestions": "allDocuments",
|
|
"editor.formatOnType": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.ruff": "explicit",
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
},
|
|
"ruff.format.preview": false,
|
|
"isort.check": true,
|
|
"ruff.importStrategy": "useBundled",
|
|
"ruff.organizeImports": false,
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[yaml]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[markdown]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
}
|