mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
cleanup and rename
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user