From 11f2ca0cfbf80bce2ba23739c8f3a85d2a83517e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 21 Jun 2024 14:10:07 -0300 Subject: [PATCH] refactor: Add reload include for backend source files in launch.json --- .vscode/launch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 82e39fcc9..a2a38dcba 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,7 +15,9 @@ "--log-level", "debug", "--loop", - "asyncio" + "asyncio", + "--reload-include", + "src/backend/*" ], "jinja": true, "justMyCode": false,