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;