ExtHostSCMShape.$getOriginalResource

This commit is contained in:
Joao Moreno
2016-11-30 10:30:41 +01:00
parent f2999dcc78
commit 2a13d010f3
3 changed files with 3 additions and 3 deletions

View File

@@ -361,7 +361,7 @@ export abstract class ExtHostTerminalServiceShape {
}
export abstract class ExtHostSCMShape {
$getBaselineResource(id: string, uri: URI): TPromise<URI> { throw ni(); }
$getOriginalResource(id: string, uri: URI): TPromise<URI> { throw ni(); }
}
// --- proxy identifiers