Skip to content

Commit 1a5daa3

Browse files
authored
* fix #196773 * safer fix
1 parent e6af559 commit 1a5daa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts

-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
184184
id: 'settingsSync',
185185
title: localize('gettingStarted.settingsSync.title', "Personalize your VS Code"),
186186
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',
188187
completionEvents: ['onEvent:sync-enabled'],
189188
media: {
190189
type: 'svg', altText: 'The "Turn on Sync" entry in the settings gear menu.', path: 'settingsSync.svg'

0 commit comments

Comments
 (0)