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:
@@ -231,7 +231,7 @@ export abstract class ExtHostDocumentsShape {
|
||||
$acceptModelDirty(strURL: string): void { throw ni(); }
|
||||
$acceptModelReverted(strURL: string): void { throw ni(); }
|
||||
$acceptModelRemoved(strURL: string): void { throw ni(); }
|
||||
$acceptModelChanged(strURL: string, events: editorCommon.IModelContentChangedEvent2[]): void { throw ni(); }
|
||||
$acceptModelChanged(strURL: string, events: editorCommon.IModelContentChangedEvent2[], isDirty: boolean): void { throw ni(); }
|
||||
}
|
||||
|
||||
export abstract class ExtHostDocumentSaveParticipantShape {
|
||||
|
||||
Reference in New Issue
Block a user