mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
DiffInformation API - cleanup + renames (#234248)
* Refactoring + renaming things * Renamed TextEditorDiffKind to TextEditorChangeKind
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user