Skip to content

Commit 64b973e

Browse files
authored
Only feature one built-in walkthrough (microsoft#166660)
1 parent 2635da4 commit 64b973e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ export class GettingStartedPage extends EditorPane {
970970
const descriptionContent = $('.description-content', {},);
971971

972972
if (category.isFeatured) {
973-
reset(featuredBadge, $('.featured', {}, $('span.featured-icon.codicon.codicon-star-empty')));
973+
reset(featuredBadge, $('.featured', {}, $('span.featured-icon.codicon.codicon-star-full')));
974974
reset(descriptionContent, ...renderLabelWithIcons(category.description));
975975
}
976976

src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
355355
id: 'Beginner',
356356
title: localize('gettingStarted.beginner.title', "Learn the Fundamentals"),
357357
icon: beginnerIcon,
358-
isFeatured: true,
358+
isFeatured: false,
359359
next: 'Intermediate',
360360
description: localize('gettingStarted.beginner.description', "Jump right into VS Code and get an overview of the must-have features."),
361361
content: {

0 commit comments

Comments
 (0)