add withScmProgress to begin with

This commit is contained in:
Johannes Rieken
2017-01-17 09:27:16 +01:00
parent ace744e468
commit 419c2dc09c
5 changed files with 17 additions and 10 deletions

View File

@@ -185,7 +185,7 @@ export abstract class MainThreadOutputServiceShape {
}
export abstract class MainThreadProgressShape {
$progressStart(handle: number, location: string): void { throw ni(); }
$progressStart(handle: number, extensionId: string, location: string): void { throw ni(); }
$progressReport(handle: number, message: string): void { throw ni(); }
$progressEnd(handle: number, err?: any): void { throw ni(); }
}