Merge pull request #160176 from microsoft/joh/nasty-rook

have an explicit `SnippetTextEdit` and all to set them onto a workspace edit
This commit is contained in:
Johannes Rieken
2022-09-07 00:02:46 +02:00
committed by GitHub
4 changed files with 62 additions and 10 deletions

View File

@@ -1287,6 +1287,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TerminalProfile: extHostTypes.TerminalProfile,
TextDocumentSaveReason: extHostTypes.TextDocumentSaveReason,
TextEdit: extHostTypes.TextEdit,
SnippetTextEdit: extHostTypes.SnippetTextEdit,
TextEditorCursorStyle: TextEditorCursorStyle,
TextEditorLineNumbersStyle: extHostTypes.TextEditorLineNumbersStyle,
TextEditorRevealType: extHostTypes.TextEditorRevealType,