// First time syncing to remote
else if (fileContent) {
this.logService.trace(`${this.syncResourceLogLabel}: Remote ${this.syncResource.syncResource} does not exist. Synchronizing ${this.syncResource.syncResource} for the first time.`);
abstractJsonSynchronizer.ts
content = fileContent.value.toString();
hasRemoteChanged = true;
}
const previewResult: IMergeResult = {