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.settingsSync.title',"Personalize your VS Code"),
186
+
description: localize('gettingStarted.settingsSync.description.interpolated',"Keep your essential VS Code customizations backed up and updated across all your devices.\n{0}",Button(localize('enableSync',"Backup and Sync Settings"),'command:workbench.userDataSync.actions.turnOn')),
187
+
when: 'syncStatus != uninitialized',
188
+
completionEvents: ['onEvent:sync-enabled'],
189
+
media: {
190
+
type: 'svg',altText: 'The "Turn on Sync" entry in the settings gear menu.',path: 'settingsSync.svg'
191
+
},
192
+
},
183
193
{
184
194
id: 'pickColorTheme',
185
195
title: localize('gettingStarted.pickColor.title',"Choose the look you want"),
title: localize('gettingStarted.settingsSync.title',"Sync to and from other devices"),
196
-
description: localize('gettingStarted.settingsSync.description.interpolated',"Keep your essential VS Code customizations backed up and updated across all your devices.\n{0}",Button(localize('enableSync',"Enable Settings Sync"),'command:workbench.userDataSync.actions.turnOn')),
197
-
when: 'syncStatus != uninitialized',
198
-
completionEvents: ['onEvent:sync-enabled'],
199
-
media: {
200
-
type: 'svg',altText: 'The "Turn on Sync" entry in the settings gear menu.',path: 'settingsSync.svg'
201
-
},
202
-
},
203
203
{
204
204
id: 'commandPaletteTask',
205
205
title: localize('gettingStarted.commandPalette.title',"One shortcut to access everything"),
title: localize('gettingStarted.settingsSync.title',"Personalize your VS Code"),
272
+
description: localize('gettingStarted.settingsSync.description.interpolated',"Keep your essential VS Code customizations backed up and updated across all your devices.\n{0}",Button(localize('enableSync',"Backup and Sync Settings"),'command:workbench.userDataSync.actions.turnOn')),
273
+
when: 'syncStatus != uninitialized',
274
+
completionEvents: ['onEvent:sync-enabled'],
275
+
media: {
276
+
type: 'svg',altText: 'The "Turn on Sync" entry in the settings gear menu.',path: 'settingsSync.svg'
277
+
},
278
+
},
269
279
{
270
280
id: 'pickColorThemeWeb',
271
281
title: localize('gettingStarted.pickColor.title',"Choose the look you want"),
title: localize('gettingStarted.settingsSync.title',"Sync to and from other devices"),
282
-
description: localize('gettingStarted.settingsSync.description.interpolated',"Keep your essential VS Code customizations backed up and updated across all your devices.\n{0}",Button(localize('enableSync',"Enable Settings Sync"),'command:workbench.userDataSync.actions.turnOn')),
283
-
when: 'syncStatus != uninitialized',
284
-
completionEvents: ['onEvent:sync-enabled'],
285
-
media: {
286
-
type: 'svg',altText: 'The "Turn on Sync" entry in the settings gear menu.',path: 'settingsSync.svg'
287
-
},
288
-
},
289
289
{
290
290
id: 'commandPaletteTaskWeb',
291
291
title: localize('gettingStarted.commandPalette.title',"One shortcut to access everything"),
0 commit comments