Handle all error by showing message

This commit is contained in:
Pine Wu
2016-10-20 22:54:52 -07:00
parent 0b84a56e4f
commit 37398ea53e
4 changed files with 46 additions and 21 deletions

View File

@@ -119,6 +119,7 @@ export abstract class MainThreadEditorsShape {
export abstract class MainThreadTreeExplorersShape {
$registerTreeExplorerNodeProvider(providerId: string): void { throw ni(); }
$showMessage(severity: Severity, message: string): void { throw ni(); }
}
export abstract class MainThreadErrorsShape {