You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')),
196
196
when: 'workspacePlatform == \'webworker\'',
197
197
media: {
198
198
type: 'svg',altText: 'VS Code extension marketplace with featured language extensions',path: 'extensions-web.svg'
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')),
305
305
when: 'workspacePlatform == \'webworker\'',
306
306
media: {
307
307
type: 'svg',altText: 'VS Code extension marketplace with featured language extensions',path: 'extensions-web.svg'
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')),
370
370
when: 'workspacePlatform != \'webworker\'',
371
371
media: {
372
372
type: 'svg',altText: 'VS Code extension marketplace with featured language extensions',path: 'extensions.svg'
0 commit comments