🐛 cant commit no more!

fixes #23384
This commit is contained in:
Joao Moreno
2017-03-28 12:36:00 +02:00
parent 54d9cbcd69
commit 0b19861f31
3 changed files with 25 additions and 7 deletions

View File

@@ -420,6 +420,7 @@ export abstract class ExtHostTerminalServiceShape {
export abstract class ExtHostSCMShape {
$open(handle: number, uri: string): TPromise<void> { throw ni(); }
$getOriginalResource(handle: number, uri: URI): TPromise<URI> { throw ni(); }
$onActiveProviderChange(handle: number): TPromise<void> { throw ni(); }
$onInputBoxValueChange(value: string): TPromise<void> { throw ni(); }
$onInputBoxAcceptChanges(): TPromise<void> { throw ni(); }
}