mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Consistent naming for ext host <-> main process communication
This commit is contained in:
@@ -19,7 +19,7 @@ export class MainThreadLanguages extends MainThreadLanguagesShape {
|
||||
this._modeService = modeService;
|
||||
}
|
||||
|
||||
_getLanguages(): TPromise<string[]> {
|
||||
$getLanguages(): TPromise<string[]> {
|
||||
return TPromise.as(this._modeService.getRegisteredModes());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user