diff --git a/.vscode/launch.json b/.vscode/launch.json index 47f2bc3..348a02e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", diff --git a/.vscode/settings.json b/.vscode/settings.json index 51a47fa..ce4c1c4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 } \ No newline at end of file diff --git a/package/pmapi b/package/pmapi index eaef74b..312e70e 160000 --- a/package/pmapi +++ b/package/pmapi @@ -1 +1 @@ -Subproject commit eaef74b4d28faa5978cd357d7f2d5a91615fb122 +Subproject commit 312e70eaf80fed921b4c3dba53cb9af55cd40c62