#100346 fix opening diffs and accept preview

This commit is contained in:
Sandeep Somavarapu
2020-07-16 17:36:40 +02:00
parent 28f3fa9e9b
commit fdf70cbc7b
13 changed files with 240 additions and 172 deletions

View File

@@ -33,7 +33,8 @@ export interface IUserDataSyncResource {
readonly syncResource: SyncResource;
readonly local: URI;
readonly remote: URI;
readonly preview: URI;
readonly merged: URI;
readonly accepted: URI;
readonly localChange: Change;
readonly remoteChange: Change;
readonly mergeState: MergeState;