chore: VSCode 新增不初始化 context 的启动配置

This commit is contained in:
XcantloadX 2025-06-23 16:22:09 +08:00
parent 784b8ed291
commit 07186787b4
1 changed files with 8 additions and 0 deletions

8
.vscode/launch.json vendored
View File

@ -24,6 +24,14 @@
],
// "module": "${command:extension.commandvariable.file.relativeDirDots}.${fileBasenameNoExtension}",
},
{
"name": "Python: Current Module(Without context)",
"type": "python",
"request": "launch",
"console": "integratedTerminal",
"module": "${command:extension.commandvariable.file.relativeDirDots}.${fileBasenameNoExtension}",
},
{
"name": "KotonebotDebug: Current Module",