From ed511fb0ae7a5ef422476b0c5a2cd5bc43bb4785 Mon Sep 17 00:00:00 2001 From: Kristaps Fabians Geikins Date: Mon, 6 May 2024 13:01:21 +0300 Subject: [PATCH] chore: circleci extension config change --- workspace.code-workspace | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workspace.code-workspace b/workspace.code-workspace index 309c1cb98..945bf53be 100644 --- a/workspace.code-workspace +++ b/workspace.code-workspace @@ -110,7 +110,8 @@ }, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" - } + }, + "circleci.persistedProjectSelection": [] }, "extensions": { // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.