This commit is contained in:
Rob Lourens 2020-06-02 12:36:41 -05:00
parent 88d82e5129
commit 77b3ac0007

View file

@ -1417,7 +1417,7 @@ class SyncControls extends Disposable {
DOM.hide(this.turnOnSyncButton.element);
this._register(this.turnOnSyncButton.onDidClick(async () => {
await this.commandService.executeCommand('workbench.userData.actions.syncStart');
await this.commandService.executeCommand('workbench.userDataSync.actions.turnOn');
}));
this.updateLastSyncedTime();