mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
expose a withScmViewletProgress-API
This commit is contained in:
@@ -185,7 +185,7 @@ export abstract class MainThreadOutputServiceShape {
|
||||
}
|
||||
|
||||
export abstract class MainThreadProgressShape {
|
||||
$progressStart(handle: number): void { throw ni(); }
|
||||
$progressStart(handle: number, location: string): void { throw ni(); }
|
||||
$progressReport(handle: number, message: string): void { throw ni(); }
|
||||
$progressEnd(handle: number, err?: any): void { throw ni(); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user