chore: VSCode 新增不初始化 context 的启动配置
This commit is contained in:
parent
784b8ed291
commit
07186787b4
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue