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"),
276
-
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')),
277
-
when: 'workspacePlatform == \'webworker\'',
278
-
media: {
279
-
type: 'svg',altText: 'VS Code extension marketplace with featured language extensions',path: 'extensions-web.svg'
280
-
},
281
-
},
282
-
{
283
-
id: 'findLanguageExtensions',
284
-
title: localize('gettingStarted.findLanguageExts.title',"Rich support for all your languages"),
285
-
description: localize('gettingStarted.findLanguageExts.description.interpolated',"Code smarter with syntax highlighting, code completion, linting and debugging. While many languages are built-in, many more can be added as extensions.\n{0}",Button(localize('browseLangExts',"Browse Language Extensions"),'command:workbench.extensions.action.showLanguageExtensions')),
// Hidden in favor of copilot entry (to be revisited when copilot entry moves, if at all)
292
-
// {
293
-
// id: 'settings',
294
-
// title: localize('gettingStarted.settings.title', "Tune your settings"),
295
-
// description: localize('gettingStarted.settings.description.interpolated', "Customize every aspect of VS Code and your extensions to your liking. Commonly used settings are listed first to get you started.\n{0}", Button(localize('tweakSettings', "Open Settings"), 'command:toSide:workbench.action.openSettings')),
// title: localize('gettingStarted.settingsSync.title', "Sync settings across devices"),
303
-
// description: localize('gettingStarted.settingsSync.description.interpolated', "Keep your essential customizations backed up and updated across all your devices.\n{0}", Button(localize('enableSync', "Backup and Sync Settings"), 'command:workbench.userDataSync.actions.turnOn')),
304
-
// when: 'syncStatus != uninitialized',
305
-
// completionEvents: ['onEvent:sync-enabled'],
306
-
// media: {
307
-
// type: 'svg', altText: 'The "Turn on Sync" entry in the settings gear menu.', path: 'settingsSync.svg'
308
-
// },
309
-
// },
310
-
{
311
-
id: 'settingsAndSync',
312
-
title: localize('gettingStarted.settings.title',"Tune your settings"),
313
-
description: localize('gettingStarted.settingsAndSync.description.interpolated',"Customize every aspect of VS Code and your extensions to your liking. [Back up and sync](command:workbench.userDataSync.actions.turnOn) your essential customizations across all your devices.\n{0}",Button(localize('tweakSettings',"Open Settings"),'command:toSide:workbench.action.openSettings')),
title: localize('gettingStarted.commandPalette.title',"Unlock productivity with the Command Palette "),
323
-
description: localize('gettingStarted.commandPalette.description.interpolated',"Run commands without reaching for your mouse to accomplish any task in VS Code.\n{0}",Button(localize('commandPalette',"Open Command Palette"),'command:workbench.action.showCommands')),
324
-
media: {type: 'svg',altText: 'Command Palette overlay for searching and executing commands.',path: 'commandPalette.svg'},
325
-
},
326
-
// Hidden in favor of copilot entry (to be revisited when copilot entry moves, if at all)
327
-
// {
328
-
// id: 'pickAFolderTask-Mac',
329
-
// title: localize('gettingStarted.setup.OpenFolder.title', "Open up your code"),
330
-
// description: localize('gettingStarted.setup.OpenFolder.description.interpolated', "You're all set to start coding. Open a project folder to get your files into VS Code.\n{0}", Button(localize('pickFolder', "Pick a Folder"), 'command:workbench.action.files.openFileFolder')),
331
-
// when: 'isMac && workspaceFolderCount == 0',
332
-
// media: {
333
-
// type: 'svg', altText: 'Explorer view showing buttons for opening folder and cloning repository.', path: 'openFolder.svg'
334
-
// }
335
-
// },
336
-
// {
337
-
// id: 'pickAFolderTask-Other',
338
-
// title: localize('gettingStarted.setup.OpenFolder.title', "Open up your code"),
339
-
// description: localize('gettingStarted.setup.OpenFolder.description.interpolated', "You're all set to start coding. Open a project folder to get your files into VS Code.\n{0}", Button(localize('pickFolder', "Pick a Folder"), 'command:workbench.action.files.openFolder')),
340
-
// when: '!isMac && workspaceFolderCount == 0',
341
-
// media: {
342
-
// type: 'svg', altText: 'Explorer view showing buttons for opening folder and cloning repository.', path: 'openFolder.svg'
343
-
// }
344
-
// },
345
-
{
346
-
id: 'quickOpen',
347
-
title: localize('gettingStarted.quickOpen.title',"Quickly navigate between your files"),
348
-
description: localize('gettingStarted.quickOpen.description.interpolated',"Navigate between files in an instant with one keystroke. Tip: Open multiple files by pressing the right arrow key.\n{0}",Button(localize('quickOpen',"Quick Open a File"),'command:toSide:workbench.action.quickOpen')),
349
-
when: 'workspaceFolderCount != 0',
350
-
media: {
351
-
type: 'svg',altText: 'Go to file in quick search.',path: 'search.svg'
352
-
}
353
-
},
354
273
{
355
274
id: 'videoTutorial',
356
275
title: localize('gettingStarted.videoTutorial.title',"Watch video tutorials"),
title: localize('gettingStarted.settings.title',"Tune your settings"),
481
+
description: localize('gettingStarted.settingsAndSync.description.interpolated',"Customize every aspect of VS Code and [sync](command:workbench.userDataSync.actions.turnOn) customizations across devices.\n{0}",Button(localize('tweakSettings',"Open Settings"),'command:toSide:workbench.action.openSettings')),
0 commit comments