This commit is contained in:
Megan Rogge
2024-11-13 11:03:14 -06:00
parent 149fae40b0
commit 45e4fda6e8
2 changed files with 2 additions and 31 deletions

View File

@@ -1661,7 +1661,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TerminalProfile: extHostTypes.TerminalProfile,
TerminalExitReason: extHostTypes.TerminalExitReason,
TerminalShellExecutionCommandLineConfidence: extHostTypes.TerminalShellExecutionCommandLineConfidence,
SimpleTerminalCompletion: extHostTypes.TerminalCompletionItem,
TerminalCompletionItem: extHostTypes.TerminalCompletionItem,
TextDocumentSaveReason: extHostTypes.TextDocumentSaveReason,
TextEdit: extHostTypes.TextEdit,
SnippetTextEdit: extHostTypes.SnippetTextEdit,