Rename mode to language

This commit is contained in:
Alex Dima
2021-12-28 10:51:35 +01:00
parent a13cc0cf5d
commit 365a3c23be
20 changed files with 146 additions and 188 deletions

View File

@@ -1224,7 +1224,7 @@ export interface IModelAddedData {
isDirty: boolean;
}
export interface ExtHostDocumentsShape {
$acceptModelModeChanged(strURL: UriComponents, newModeId: string): void;
$acceptModelLanguageChanged(strURL: UriComponents, newLanguageId: string): void;
$acceptModelSaved(strURL: UriComponents): void;
$acceptDirtyStateChanged(strURL: UriComponents, isDirty: boolean): void;
$acceptModelChanged(strURL: UriComponents, e: IModelChangedEvent, isDirty: boolean): void;