From 4475f67bbc3127f1b814b0971419ef6f7f219f4d Mon Sep 17 00:00:00 2001 From: Zev Isert Date: Tue, 23 Jan 2024 07:49:04 -0800 Subject: [PATCH] chore: replace duplicated jest.disabledWorkspaceFolders "desktop" entry with "root" (#7255) Co-authored-by: Matt Gibson --- clients.code-workspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients.code-workspace b/clients.code-workspace index baf15db003..79e2caf5f4 100644 --- a/clients.code-workspace +++ b/clients.code-workspace @@ -51,7 +51,7 @@ "libs", "web vault", "web vault (bit)", - "desktop", + "root" ], "jest.jestCommandLine": "npx jest", "angular.enable-strict-mode-prompt": false,