pass in shellType, commandLine

This commit is contained in:
meganrogge
2024-09-17 14:31:21 -07:00
parent dffafc6042
commit 927cbbba38
10 changed files with 219 additions and 49 deletions

View File

@@ -1660,10 +1660,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TerminalProfile: extHostTypes.TerminalProfile,
TerminalExitReason: extHostTypes.TerminalExitReason,
TerminalShellExecutionCommandLineConfidence: extHostTypes.TerminalShellExecutionCommandLineConfidence,
TerminalCompletionItem: extHostTypes.TerminalCompletionItem,
TerminalCompletionContext: extHostTypes.TerminalCompletionContext,
TerminalCompletionItemKind: extHostTypes.TerminalCompletionItemKind,
TerminalCompletion: extHostTypes.TerminalCompletion,
TerminalCompletionItemKind: extHostTypes.TerminalCompletionItemKind,
TextDocumentSaveReason: extHostTypes.TextDocumentSaveReason,
TextEdit: extHostTypes.TextEdit,
SnippetTextEdit: extHostTypes.SnippetTextEdit,