From cb0cf48cb740ff94da25d88b9262b923def053dc Mon Sep 17 00:00:00 2001 From: "bj00rn@users.noreply.github.com" Date: Wed, 6 Nov 2024 12:26:20 +0100 Subject: [PATCH] fix(testing): use local packages when testing in vscode --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f49d681..3015be8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,6 +13,7 @@ "-o", "log_cli=1", "--timeout=30", - "--verbose" + "--verbose", + "--import-mode=prepend", ], }