CODEARTS IDE-启动配置示例

时间:2024-08-01 19:05:15

启动配置示例

以下是一个可运行的启动配置示例。

{
    "request": "launch",
    "console": "integratedTerminal",
    "jinja": true,
    "python": "${command:python.interpreterPath}",
    "stopOnEntry": false,
    "redirectOutput": true,
    "module": "uvicorn",
    "env": {},
    "type": "python",
    "logToFile": false,
    "args": [
        "main:app"
    ],
    "cwd": "${workspaceFolder}",
    "subProcess": false,
    "justMyCode": true,
    "pythonArgs": [],
    "name": "Python: FastAPI",
    "showReturnValue": true
}
support.huaweicloud.com/usermanual-codeartside/codeartside_01_0462.html