mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Move error handling to main side
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user