mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Export Interactive Window tab input (#154864)
* Export Interactive Window tab input. * Update inputBoxUri. * remove inputBoxUri from API
This commit is contained in:
@@ -1348,6 +1348,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
TabInputNotebookDiff: extHostTypes.NotebookDiffEditorTabInput,
|
||||
TabInputWebview: extHostTypes.WebviewEditorTabInput,
|
||||
TabInputTerminal: extHostTypes.TerminalEditorTabInput,
|
||||
TabInputInteractiveWindow: extHostTypes.InteractiveWindowInput,
|
||||
TerminalExitReason: extHostTypes.TerminalExitReason
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user