mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
also send isDirty-flag when forwarding model changes, #11339
This commit is contained in:
@@ -147,7 +147,7 @@ export class MainThreadDocuments extends MainThreadDocumentsShape {
|
||||
}
|
||||
}
|
||||
if (changedEvents.length > 0) {
|
||||
this._proxy.$acceptModelChanged(modelUrl.toString(), changedEvents);
|
||||
this._proxy.$acceptModelChanged(modelUrl.toString(), changedEvents, this._textFileService.isDirty(modelUrl));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user