Skip to content

Commit 4c23fc2

Browse files
authored
Merge pull request #104402 from microsoft/roblou/fix104401
Fix #104401
2 parents 8fe4193 + ca929de commit 4c23fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/preferences/browser/settingsLayout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export const tocData: ITOCEntry = {
219219
{
220220
id: 'application/settingsSync',
221221
label: localize('settingsSync', "Settings Sync"),
222-
settings: ['settingsSync.*']
222+
settings: ['settingsSync.*', 'sync.*']
223223
}
224224
]
225225
}

0 commit comments

Comments
 (0)