Skip to content

Commit 5dce873

Browse files
committed
1 parent 8795023 commit 5dce873

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -327,14 +327,6 @@ export class KeybindingsSynchroniser extends AbstractJsonFileSynchroniser implem
327327
}
328328

329329
private syncKeybindingsPerPlatform(): boolean {
330-
let userValue = !!this.configurationService.inspect('settingsSync.keybindingsPerPlatform').userValue;
331-
if (userValue !== undefined) {
332-
return userValue;
333-
}
334-
userValue = !!this.configurationService.inspect('sync.keybindingsPerPlatform').userValue;
335-
if (userValue !== undefined) {
336-
return userValue;
337-
}
338330
return !!this.configurationService.getValue('settingsSync.keybindingsPerPlatform');
339331
}
340332

0 commit comments

Comments
 (0)