Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* fix #196773

* safer fix
  • Loading branch information
sandy081 committed Nov 9, 2023
1 parent e6af559 commit 1a5daa3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
id: 'settingsSync',
title: localize('gettingStarted.settingsSync.title', "Personalize your VS Code"),
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')),
when: 'syncStatus != uninitialized',
completionEvents: ['onEvent:sync-enabled'],
media: {
type: 'svg', altText: 'The "Turn on Sync" entry in the settings gear menu.', path: 'settingsSync.svg'
Expand Down

0 comments on commit 1a5daa3

Please sign in to comment.