have an explicit SnippetTextEdit and all to set them onto a workspace edit

https://github.com/microsoft/vscode/issues/145374
This commit is contained in:
Johannes
2022-09-06 11:16:08 +02:00
parent 3c9ab33d33
commit 2f908943a1
3 changed files with 60 additions and 9 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,