Forwards the isUndoing/isRedoing flags to the extension host and introduces TextDocumentChangeReason.

This commit is contained in:
Henning Dieterichs
2021-06-01 17:45:58 +02:00
parent 8dd2e53e24
commit b81aebe5d7
8 changed files with 63 additions and 6 deletions

View File

@@ -1249,6 +1249,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TextEditorLineNumbersStyle: extHostTypes.TextEditorLineNumbersStyle,
TextEditorRevealType: extHostTypes.TextEditorRevealType,
TextEditorSelectionChangeKind: extHostTypes.TextEditorSelectionChangeKind,
TextDocumentChangeReason: extHostTypes.TextDocumentChangeReason,
ThemeColor: extHostTypes.ThemeColor,
ThemeIcon: extHostTypes.ThemeIcon,
TreeItem: extHostTypes.TreeItem,