File tree Expand file tree Collapse file tree
src/vs/platform/userDataSync/common Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } ) ;
You can’t perform that action at this time.
0 commit comments