From a969abbcc44ca93fb2fb349e4ca67043f5c43f5f Mon Sep 17 00:00:00 2001 From: rodrigorodriguez Date: Thu, 25 May 2023 11:17:43 -0300 Subject: [PATCH] fix(kb.gbapp): Dialog now are finished OK. --- .vscode/launch.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4394dd2cc..9e3fe8b90 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -21,8 +21,7 @@ "node_modules/**/*.js" ], "outFiles": [ - "${workspaceRoot}/dist/**/*.js", - "D:/VScode/Pragmatismo/GBO.gbai/saas.gbapp/dist/**/*.js"], + "${workspaceRoot}/dist/**/*.js"], "stopOnEntry": false, "console": "integratedTerminal" }