Move error handling to main side

This commit is contained in:
Pine Wu
2016-11-01 10:11:53 -07:00
parent c47693723a
commit 31960a77d3
3 changed files with 16 additions and 27 deletions

View File

@@ -143,7 +143,6 @@ 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 {