cleanup and rename

This commit is contained in:
mechatroner
2018-08-14 22:06:43 -04:00
parent 2eabbee449
commit e91573db01
10 changed files with 9 additions and 65 deletions

View File

@@ -21,7 +21,7 @@ export class ExtHostLanguages {
getLanguages(): TPromise<string[]> {
return this._proxy.$getLanguages();
}
setLanguageById(documentUri: vscode.Uri, languageId: string): TPromise<void> {
return this._proxy.$setLanguageById(documentUri, languageId);
changeLanguage(documentUri: vscode.Uri, languageId: string): TPromise<void> {
return this._proxy.$changeLanguage(documentUri, languageId);
}
}