mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
ext host - extend *Shape classes
This commit is contained in:
@@ -6,14 +6,16 @@
|
||||
|
||||
import {TPromise} from 'vs/base/common/winjs.base';
|
||||
import {IModeService} from 'vs/editor/common/services/modeService';
|
||||
import {MainThreadLanguagesShape} from './extHost.protocol';
|
||||
|
||||
export class MainThreadLanguages {
|
||||
export class MainThreadLanguages extends MainThreadLanguagesShape {
|
||||
|
||||
private _modeService: IModeService;
|
||||
|
||||
constructor(
|
||||
@IModeService modeService: IModeService
|
||||
) {
|
||||
super();
|
||||
this._modeService = modeService;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user