diff --git a/.vscode/launch.json b/.vscode/launch.json index 7e30dff76..962599449 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,6 +24,23 @@ }, "envFile": "${workspaceFolder}/.env" }, + { + "name": "Debug CLI", + "type": "python", + "request": "launch", + "module": "langflow", + "args": [ + "run", + "--path", + "${workspaceFolder}/src/backend/langflow/frontend" + ], + "jinja": true, + "justMyCode": false, + "env": { + "LANGFLOW_LOG_LEVEL": "debug" + }, + "envFile": "${workspaceFolder}/.env" + }, { "name": "Python: Remote Attach", "type": "python",