mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
ext host - extend *Shape classes
This commit is contained in:
@@ -9,12 +9,14 @@ import {IMessageService} from 'vs/platform/message/common/message';
|
||||
import Severity from 'vs/base/common/severity';
|
||||
import {Action} from 'vs/base/common/actions';
|
||||
import {TPromise as Promise} from 'vs/base/common/winjs.base';
|
||||
import {MainThreadMessageServiceShape} from './extHost.protocol';
|
||||
|
||||
export class MainThreadMessageService {
|
||||
export class MainThreadMessageService extends MainThreadMessageServiceShape {
|
||||
|
||||
private _messageService: IMessageService;
|
||||
|
||||
constructor(@IMessageService messageService:IMessageService) {
|
||||
super();
|
||||
this._messageService = messageService;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user