更新子仓库
This commit is contained in:
parent
d3fc8a6b1c
commit
09b861df99
|
@ -4,14 +4,6 @@
|
|||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python 调试程序: 包含参数的当前文件",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"args": "${command:pickArgs}"
|
||||
},
|
||||
{
|
||||
"name": "Python 调试 main",
|
||||
"type": "debugpy",
|
||||
|
@ -27,12 +19,12 @@
|
|||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "Python 调试程序: 当前文件",
|
||||
"name": "Python 调试: PM debug.py",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"program": "package/pmapi/pm_api/debug.py",
|
||||
"console": "integratedTerminal",
|
||||
"sudo": true
|
||||
"args": ""
|
||||
},
|
||||
{
|
||||
"command": "make debug",
|
||||
|
|
|
@ -4,5 +4,14 @@
|
|||
},
|
||||
"python.analysis.extraPaths": [
|
||||
"./tool"
|
||||
]
|
||||
],
|
||||
"sqltools.connections": [
|
||||
{
|
||||
"previewLimit": 50,
|
||||
"driver": "SQLite",
|
||||
"name": "cxykevin",
|
||||
"database": "C:\\Users\\Administrator\\Desktop\\PEi\\core.db"
|
||||
}
|
||||
],
|
||||
"sqltools.useNodeRuntime": true
|
||||
}
|
|
@ -1 +1 @@
|
|||
Subproject commit eaef74b4d28faa5978cd357d7f2d5a91615fb122
|
||||
Subproject commit 312e70eaf80fed921b4c3dba53cb9af55cd40c62
|
Loading…
Reference in New Issue