As a developer, I would like to capture content from the user terminal in VS Code. So I want to research ways this could be done using VS Code's inbuilt API interfaces.
I know this story is complete when a sample code snippet is attached to this story.
VS Code does not provide the ability to directly capture the contents of the terminal. The plan is to extend VS Code APIs using a Theia extension that, in turn, calls a function to capture terminal contents.
As a developer, I would like to capture content from the user terminal in VS Code. So I want to research ways this could be done using VS Code's inbuilt API interfaces. I know this story is complete when a sample code snippet is attached to this story.