mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
refactor sync to reflect preview, merge, accept & apply.
This commit is contained in:
@@ -20,7 +20,7 @@ export interface IUserDataSyncPreview {
|
||||
readonly onDidChangeResources: Event<ReadonlyArray<IUserDataSyncResource>>;
|
||||
readonly resources: ReadonlyArray<IUserDataSyncResource>;
|
||||
|
||||
accept(syncResource: SyncResource, resource: URI, content: string | null): Promise<void>;
|
||||
accept(syncResource: SyncResource, resource: URI, content?: string | null): Promise<void>;
|
||||
merge(resource?: URI): Promise<void>;
|
||||
discard(resource?: URI): Promise<void>;
|
||||
pull(): Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user