mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
5426f5ff70
For #77131 - Rename `onDidEdit` to `onDidChange` - Allow custom editors to fire a `CustomDocumentContentChangeEvent` that only marks the editor as dirty but does not enable undo/redo. The only way for editor to get out of this dirty state is to either save or revert the file