We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8795023 commit 5dce873Copy full SHA for 5dce873
src/vs/platform/userDataSync/common/keybindingsSync.ts
@@ -327,14 +327,6 @@ export class KeybindingsSynchroniser extends AbstractJsonFileSynchroniser implem
327
}
328
329
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
336
337
338
return !!this.configurationService.getValue('settingsSync.keybindingsPerPlatform');
339
340
0 commit comments