Skip to content

Commit 6931839

Browse files
committed
1 parent 57a486b commit 6931839

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/vs/platform/userDataSync/common/userDataSync.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function registerConfiguration(): IDisposable {
6565
description: localize('sync.keybindingsPerPlatform', "Synchronize keybindings per platform."),
6666
default: true,
6767
scope: ConfigurationScope.APPLICATION,
68-
tags: ['sync']
68+
tags: ['sync', 'usesOnlineServices']
6969
},
7070
'sync.ignoredExtensions': {
7171
'type': 'array',
@@ -75,7 +75,7 @@ export function registerConfiguration(): IDisposable {
7575
'scope': ConfigurationScope.APPLICATION,
7676
uniqueItems: true,
7777
disallowSyncIgnore: true,
78-
tags: ['sync']
78+
tags: ['sync', 'usesOnlineServices']
7979
},
8080
'sync.ignoredSettings': {
8181
'type': 'array',
@@ -86,7 +86,7 @@ export function registerConfiguration(): IDisposable {
8686
additionalProperties: true,
8787
uniqueItems: true,
8888
disallowSyncIgnore: true,
89-
tags: ['sync']
89+
tags: ['sync', 'usesOnlineServices']
9090
}
9191
}
9292
});

0 commit comments

Comments
 (0)