From ace517c244cecc9335f85e8a9c618a076e4672ec Mon Sep 17 00:00:00 2001 From: chriswang521 Date: Wed, 26 Jul 2023 15:00:38 +0800 Subject: [PATCH] =?UTF-8?q?fix=20https://gitee.com/openkylin/kylin-code/is?= =?UTF-8?q?sues/I7O5I3=20=20=E9=A6=96=E6=AC=A1=E5=AE=89=E8=A3=85IDE?= =?UTF-8?q?=EF=BC=8C=E5=90=AF=E5=8A=A8=E5=90=8E=E6=98=BE=E7=A4=BA=E5=BC=80?= =?UTF-8?q?=E5=A7=8B=E9=A1=B5=E9=9D=A2=EF=BC=8C=E4=B8=8D=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E8=B7=B3=E8=BD=ACwalkthrough=E7=9A=84=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E5=88=86=E7=B1=BB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../contrib/welcomeGettingStarted/browser/gettingStarted.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts b/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts index 825caaa4..c20161da 100644 --- a/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts +++ b/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts @@ -141,7 +141,10 @@ export class GettingStartedPage extends EditorPane { private contextService: IContextKeyService; private recentlyOpened: Promise; - private hasScrolledToFirstCategory = false; + // First start IDE: Close Scrolled To First Category.--by kylinIDETeam start{ + // private hasScrolledToFirstCategory = false; + private hasScrolledToFirstCategory = true; + // First start IDE: Close Scrolled To First Category.--by kylinIDETeam end} private recentlyOpenedList?: GettingStartedIndexList; private requiredList?: GettingStartedIndexList; private startList?: GettingStartedIndexList;