From d18b2431b392c073da230ac8a441fe105353524f Mon Sep 17 00:00:00 2001 From: Sylvain Date: Fri, 13 Jan 2023 10:40:06 -0300 Subject: [PATCH] feat: add launch definition to debug a single test file --- .vscode/launch.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 00d51eb..81c78cd 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,5 +20,6 @@ "env": { "SYSKIT_LOG_TEST_COMPRESS": "1" } - }] -} \ No newline at end of file + } + ] +}