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.settings.title',"Tune your settings"),
285
285
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"),
293
294
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')),
type: 'svg',altText: 'The "Turn on Sync" entry in the settings gear menu.',path: 'settingsSync.svg'
298
299
},
299
300
},
301
+
{
302
+
id: 'settingsAndSync',
303
+
title: localize('gettingStarted.settings.title',"Tune your settings"),
304
+
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.setup.OpenFolder.title',"Open up your code"),
309
320
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')),
title: localize('gettingStarted.setup.OpenFolder.title',"Open up your code"),
318
329
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')),
0 commit comments