Export Interactive Window tab input (#154864)

* Export Interactive Window tab input.

* Update inputBoxUri.

* remove inputBoxUri from API
This commit is contained in:
Peng Lyu
2022-07-12 11:01:47 -07:00
committed by GitHub
parent d627aa4606
commit f86174be34
8 changed files with 51 additions and 8 deletions

View File

@@ -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
};
};