mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
set enablement on sync machines
This commit is contained in:
@@ -38,8 +38,8 @@ class UserDataSyncMachinesService extends Disposable implements IUserDataSyncMac
|
||||
return this.channel.call('renameMachine', [machineId, name]);
|
||||
}
|
||||
|
||||
disableMachine(machineId: string): Promise<void> {
|
||||
return this.channel.call('disableMachine', [machineId]);
|
||||
setEnablement(machineId: string, enabled: boolean): Promise<void> {
|
||||
return this.channel.call('setEnablement', [machineId, enabled]);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user