提交 77b3ac00 编写于 作者: R Rob Lourens

Fix #99089

上级 88d82e51
...@@ -1417,7 +1417,7 @@ class SyncControls extends Disposable { ...@@ -1417,7 +1417,7 @@ class SyncControls extends Disposable {
DOM.hide(this.turnOnSyncButton.element); DOM.hide(this.turnOnSyncButton.element);
this._register(this.turnOnSyncButton.onDidClick(async () => { this._register(this.turnOnSyncButton.onDidClick(async () => {
await this.commandService.executeCommand('workbench.userData.actions.syncStart'); await this.commandService.executeCommand('workbench.userDataSync.actions.turnOn');
})); }));
this.updateLastSyncedTime(); this.updateLastSyncedTime();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册