fixed:首次安装IDE,启动后显示开始页面,不自动跳转walkthrough的第一个分类。

This commit is contained in:
chriswang521 2024-05-17 10:57:42 +08:00 committed by wangpenglong
parent 983c10edab
commit 849aa5cead
1 changed files with 4 additions and 1 deletions

View File

@ -149,7 +149,10 @@ export class GettingStartedPage extends EditorPane {
private contextService: IContextKeyService;
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<RecentEntry>;
private requiredList?: GettingStartedIndexList<RecentEntry>;
private startList?: GettingStartedIndexList<IWelcomePageStartEntry>;