更新子仓库

This commit is contained in:
cxykevin 2024-02-19 22:37:08 +08:00
parent d3fc8a6b1c
commit 09b861df99
3 changed files with 14 additions and 13 deletions

14
.vscode/launch.json vendored
View File

@ -4,14 +4,6 @@
// 访: https://go.microsoft.com/fwlink/?linkid=830387 // 访: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{
"name": "Python 调试程序: 包含参数的当前文件",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": "${command:pickArgs}"
},
{ {
"name": "Python 调试 main", "name": "Python 调试 main",
"type": "debugpy", "type": "debugpy",
@ -27,12 +19,12 @@
"console": "integratedTerminal" "console": "integratedTerminal"
}, },
{ {
"name": "Python 调试程序: 当前文件", "name": "Python 调试: PM debug.py",
"type": "debugpy", "type": "debugpy",
"request": "launch", "request": "launch",
"program": "${file}", "program": "package/pmapi/pm_api/debug.py",
"console": "integratedTerminal", "console": "integratedTerminal",
"sudo": true "args": ""
}, },
{ {
"command": "make debug", "command": "make debug",

11
.vscode/settings.json vendored
View File

@ -4,5 +4,14 @@
}, },
"python.analysis.extraPaths": [ "python.analysis.extraPaths": [
"./tool" "./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