mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
rename mode => language in many places (#139920)
This commit is contained in:
@@ -109,7 +109,7 @@ export class ExtHostDocuments implements ExtHostDocumentsShape {
|
||||
if (!data) {
|
||||
throw new Error('unknown document');
|
||||
}
|
||||
// Treat a mode change as a remove + add
|
||||
// Treat a language change as a remove + add
|
||||
|
||||
this._onDidRemoveDocument.fire(data.document);
|
||||
data._acceptLanguageId(newLanguageId);
|
||||
|
||||
Reference in New Issue
Block a user