DiffInformation API - cleanup + renames (#234248)

* Refactoring + renaming things

* Renamed TextEditorDiffKind to TextEditorChangeKind
This commit is contained in:
Ladislau Szomoru
2024-11-20 10:16:04 +01:00
committed by GitHub
parent c83b443da0
commit 975e05cd1c
10 changed files with 70 additions and 62 deletions

View File

@@ -1671,7 +1671,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TextEdit: extHostTypes.TextEdit,
SnippetTextEdit: extHostTypes.SnippetTextEdit,
TextEditorCursorStyle: TextEditorCursorStyle,
TextEditorDiffKind: extHostTypes.TextEditorDiffKind,
TextEditorChangeKind: extHostTypes.TextEditorChangeKind,
TextEditorLineNumbersStyle: extHostTypes.TextEditorLineNumbersStyle,
TextEditorRevealType: extHostTypes.TextEditorRevealType,
TextEditorSelectionChangeKind: extHostTypes.TextEditorSelectionChangeKind,