From 19a97adc7d1bdbba1e5284c036042f1c14ab7061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Hameau?= Date: Wed, 3 Jan 2024 21:49:46 +0100 Subject: [PATCH] Allow to set breakpoint while running tests --- .vscode/launch.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index fcd4969..fc5d524 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -23,7 +23,6 @@ ], "stopOnEntry": false, "sourceMaps": true, - "outFiles": [ "${workspaceRoot}/out/test/**/*.js" ], "preLaunchTask": "build-dev" }, {