From 0874e2c191b47948b95aac4f4ac2c0b23640f680 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 29 Mar 2024 19:14:56 -0300 Subject: [PATCH] Update justMyCode setting in launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 3332b67e9..3e9d9de08 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,7 +16,7 @@ "debug" ], "jinja": true, - "justMyCode": true, + "justMyCode": false, "env": { "LANGFLOW_LOG_LEVEL": "debug" },