eclipsesource / ide-ai-assistant

Eclipse Public License 2.0
2 stars 0 forks source link

As a developer, I want to research VS Code's terminal interfaces #12

Closed kavitha-subr closed 11 months ago

kavitha-subr commented 12 months ago

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.

kavitha-subr commented 11 months ago

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.