Skip to content

Commit 2edaaba

Browse files
authored
Update walkthrough to show popular extensions (microsoft#210680)
1 parent 3595758 commit 2edaaba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
192192
{
193193
id: 'extensionsWeb',
194194
title: localize('gettingStarted.extensions.title', "Code with extensions"),
195-
description: localize('gettingStarted.extensionsWeb.description.interpolated', "Extensions are VS Code's power-ups. A growing number are becoming available in the web.\n{0}", Button(localize('browsePopular', "Browse Popular Web Extensions"), 'command:workbench.extensions.action.showPopularExtensions')),
195+
description: localize('gettingStarted.extensionsWeb.description.interpolated', "Extensions are VS Code's power-ups. A growing number are becoming available in the web.\n{0}", Button(localize('browsePopularWeb', "Browse Popular Web Extensions"), 'command:workbench.extensions.action.showPopularExtensions')),
196196
when: 'workspacePlatform == \'webworker\'',
197197
media: {
198198
type: 'svg', altText: 'VS Code extension marketplace with featured language extensions', path: 'extensions-web.svg'
@@ -301,7 +301,7 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
301301
{
302302
id: 'extensionsWebWeb',
303303
title: localize('gettingStarted.extensions.title', "Code with extensions"),
304-
description: localize('gettingStarted.extensionsWeb.description.interpolated', "Extensions are VS Code's power-ups. A growing number are becoming available in the web.\n{0}", Button(localize('browsePopular', "Browse Popular Web Extensions"), 'command:workbench.extensions.action.showPopularExtensions')),
304+
description: localize('gettingStarted.extensionsWeb.description.interpolated', "Extensions are VS Code's power-ups. A growing number are becoming available in the web.\n{0}", Button(localize('browsePopularWeb', "Browse Popular Web Extensions"), 'command:workbench.extensions.action.showPopularExtensions')),
305305
when: 'workspacePlatform == \'webworker\'',
306306
media: {
307307
type: 'svg', altText: 'VS Code extension marketplace with featured language extensions', path: 'extensions-web.svg'
@@ -366,7 +366,7 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
366366
{
367367
id: 'extensions',
368368
title: localize('gettingStarted.extensions.title', "Code with extensions"),
369-
description: localize('gettingStarted.extensions.description.interpolated', "Extensions are VS Code's power-ups. They range from handy productivity hacks, expanding out-of-the-box features, to adding completely new capabilities.\n{0}", Button(localize('browseRecommended', "Browse Recommended Extensions"), 'command:workbench.extensions.action.showRecommendedExtensions')),
369+
description: localize('gettingStarted.extensions.description.interpolated', "Extensions are VS Code's power-ups. They range from handy productivity hacks, expanding out-of-the-box features, to adding completely new capabilities.\n{0}", Button(localize('browsePopular', "Browse Popular Extensions"), 'command:workbench.extensions.action.showPopularExtensions')),
370370
when: 'workspacePlatform != \'webworker\'',
371371
media: {
372372
type: 'svg', altText: 'VS Code extension marketplace with featured language extensions', path: 'extensions.svg'

0 commit comments

Comments
 (0)