don't double print messages from the extension service

This commit is contained in:
Johannes Rieken
2017-05-24 15:36:37 +02:00
committed by Dirk Baeumer
parent 77b02e2c81
commit fff0136ca6
2 changed files with 0 additions and 2 deletions

View File

@@ -420,7 +420,6 @@ export abstract class ExtHostTreeViewsShape {
}
export abstract class ExtHostExtensionServiceShape {
$localShowMessage(severity: Severity, msg: string): void { throw ni(); }
$activateExtension(extensionDescription: IExtensionDescription): TPromise<void> { throw ni(); }
}