Skip to content

Commit c248f9e

Browse files
authored
Add getting started-step for profiles (microsoft#185373)
* Add getting started-step for profiles * Add themed image for step * Update content
1 parent 65b471f commit c248f9e

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,14 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
385385
type: 'svg', altText: 'VS Code Settings', path: 'settings.svg'
386386
},
387387
},
388+
{
389+
id: 'profiles',
390+
title: localize('gettingStarted.profiles.title', "Customize VS Code with Profiles"),
391+
description: localize('gettingStarted.profiles.description.interpolated', "Profiles let you create sets of VS Code customizations that include settings, extensions and UI state. Create your own profile from scratch or use the predefined set of profile templates for your specific workflow.\n{0}", Button(localize('tryProfiles', "Try Profiles"), 'command:workbench.profiles.actions.createProfile')),
392+
media: {
393+
type: 'svg', altText: 'VS Code Profiles', path: 'profiles.svg'
394+
},
395+
},
388396
{
389397
id: 'workspaceTrust',
390398
title: localize('gettingStarted.workspaceTrust.title', "Safely browse and edit code"),
Lines changed: 73 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)