From 0fd2d7115290a4b4213c81bc985b43f711abf909 Mon Sep 17 00:00:00 2001 From: Nicky Lao Date: Thu, 5 Sep 2024 12:43:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=85=88=E5=8E=BB=E6=8E=89=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/extension.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/extension.ts b/src/extension.ts index 0cdd4988..6cdc5f93 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -258,11 +258,11 @@ function setGlobalVariable() { // 临时解决3.10.1~3.10.3 pr产生的分组bug const leekFundExt = extensions.getExtension('giscafer.leek-fund'); const currentVersion = leekFundExt?.packageJSON?.version; - if (compare(currentVersion, '3.9.2', '>=')) { + // if (compare(currentVersion, '3.9.2', '>=')) { const arr = LeekFundConfig.getConfig('leek-fund.stocks') || []; const stockList = uniq(compact(flattenDeep(arr))); LeekFundConfig.setConfig('leek-fund.stocks', stockList); - } + // } } // this method is called when your extension is deactivated