don't double print messages from the extension service

This commit is contained in:
Johannes Rieken
2017-05-24 15:36:37 +02:00
parent b78cd1e05d
commit 2a5abbaeeb
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(); }
}