Merge pull request #124996 from microsoft/hediet/isUndoRedo

Forwards the isUndoing/isRedoing flags to the extension host.
This commit is contained in:
Henning Dieterichs
2021-07-07 17:57:24 +02:00
committed by GitHub
8 changed files with 63 additions and 6 deletions

View File

@@ -1239,6 +1239,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,