chore: 修改 VSCode launch.json

“Python: Current Module”配置改用 kotonebot.debug_entry 模块
This commit is contained in:
XcantloadX 2025-04-01 21:35:58 +08:00
parent 6b5ba4b6ea
commit 23242afb9c
1 changed files with 6 additions and 1 deletions

7
.vscode/launch.json vendored
View File

@ -18,8 +18,13 @@
"type": "python",
"request": "launch",
"console": "integratedTerminal",
"module": "${command:extension.commandvariable.file.relativeDirDots}.${fileBasenameNoExtension}",
"module": "kotonebot.debug_entry",
"args": [
"${relativeFile}"
],
// "module": "${command:extension.commandvariable.file.relativeDirDots}.${fileBasenameNoExtension}",
},
{
"name": "KotonebotDebug: Current Module",
"type": "debugpy",