From f4419fe71ce7d40b237acbdbc448efcf06297385 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sun, 26 May 2024 10:18:20 -0300 Subject: [PATCH] fix(all): Libraries update. --- .vscode/launch.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 55a766b6..817a5373 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,8 +19,9 @@ "--require ${workspaceRoot}/suppress-node-warnings.cjs", ], "skipFiles": [ - "node_modules/**/*.js" - ], + "node_modules/**/*.js", + "/**" + ], "outFiles": [ "${workspaceRoot}/dist/**/*.js"], "stopOnEntry": false,