mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
compare with local action
This commit is contained in:
@@ -84,8 +84,8 @@ export class SettingsSyncService extends Disposable implements ISettingsSyncServ
|
||||
return this.channel.call('resolveConflicts', [conflicts]);
|
||||
}
|
||||
|
||||
getRemoteContent(ref?: string): Promise<string | null> {
|
||||
return this.channel.call('getRemoteContent', [ref]);
|
||||
getRemoteContent(ref?: string, fragment?: string): Promise<string | null> {
|
||||
return this.channel.call('getRemoteContent', [ref, fragment]);
|
||||
}
|
||||
|
||||
getRemoteContentFromPreview(): Promise<string | null> {
|
||||
|
||||
Reference in New Issue
Block a user