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",
|
2025-06-20 19:08:06 +08:00
|
|
|
"gitcode",
|
|
|
|
|
"GITEE",
|
2024-05-23 13:58:53 +08:00
|
|
|
"hibiapi",
|
2024-02-04 04:18:54 +08:00
|
|
|
"httpx",
|
2024-10-18 18:57:55 +08:00
|
|
|
"jsdelivr",
|
2024-02-25 03:18:34 +08:00
|
|
|
"kaiheila",
|
2024-05-26 15:22:55 +08:00
|
|
|
"lolicon",
|
2025-04-02 17:25:38 +08:00
|
|
|
"Mahiro",
|
2024-02-04 04:18:54 +08:00
|
|
|
"nonebot",
|
2024-02-25 03:18:34 +08:00
|
|
|
"onebot",
|
2024-05-23 13:58:53 +08:00
|
|
|
"pixiv",
|
2024-10-18 18:57:55 +08:00
|
|
|
"qbot",
|
2024-05-26 15:22:55 +08:00
|
|
|
"Setu",
|
2024-02-25 03:18:34 +08:00
|
|
|
"tobytes",
|
2024-08-10 14:18:05 +08:00
|
|
|
"ujson",
|
2024-02-27 02:30:01 +08:00
|
|
|
"unban",
|
2025-04-02 17:25:38 +08:00
|
|
|
"Uninfo",
|
2024-02-25 03:18:34 +08:00
|
|
|
"userinfo",
|
2025-07-11 10:11:14 +08:00
|
|
|
"webui",
|
2025-04-02 17:25:38 +08:00
|
|
|
"zhenxun"
|
2024-02-25 03:18:34 +08:00
|
|
|
],
|
2024-09-02 01:50:39 +08:00
|
|
|
"python.analysis.autoImportCompletions": true,
|
|
|
|
|
"python.testing.pytestArgs": ["tests"],
|
|
|
|
|
"python.testing.unittestEnabled": false,
|
2024-09-07 17:11:01 +08:00
|
|
|
"python.testing.pytestEnabled": true,
|
|
|
|
|
"[python]": {
|
2025-03-25 00:23:34 +08:00
|
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
2024-09-07 17:11:01 +08:00
|
|
|
"editor.wordBasedSuggestions": "allDocuments",
|
|
|
|
|
"editor.formatOnType": true,
|
2025-03-25 00:23:34 +08:00
|
|
|
"editor.formatOnSave": true,
|
2024-09-07 17:11:01 +08:00
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
|
"source.fixAll.ruff": "explicit",
|
|
|
|
|
"source.organizeImports": "explicit"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"ruff.format.preview": false,
|
|
|
|
|
"isort.check": true,
|
|
|
|
|
"ruff.importStrategy": "useBundled",
|
|
|
|
|
"ruff.organizeImports": false,
|
|
|
|
|
"[javascript]": {
|
2024-09-07 17:51:03 +08:00
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
2024-09-07 17:11:01 +08:00
|
|
|
},
|
|
|
|
|
"[json]": {
|
2024-09-07 17:51:03 +08:00
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
2024-09-07 17:11:01 +08:00
|
|
|
},
|
|
|
|
|
"[yaml]": {
|
2024-09-07 17:51:03 +08:00
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
2024-09-07 17:11:01 +08:00
|
|
|
},
|
|
|
|
|
"[markdown]": {
|
2024-09-07 17:51:03 +08:00
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
2024-09-07 17:11:01 +08:00
|
|
|
}
|
2024-02-25 03:18:34 +08:00
|
|
|
}
|