mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 21:41:46 +01:00
missing git api call forwarding
This commit is contained in:
@@ -116,7 +116,7 @@ export class ApiRepository implements Repository {
|
||||
}
|
||||
|
||||
getMergeBase(ref1: string, ref2: string): Promise<string> {
|
||||
throw new Error('Method not implemented.');
|
||||
return this._repository.getMergeBase(ref1, ref2);
|
||||
}
|
||||
|
||||
status(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user