Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrated terminal access through extension? #14771

Closed
hveiras opened this issue Oct 31, 2016 · 2 comments
Closed

Integrated terminal access through extension? #14771

hveiras opened this issue Oct 31, 2016 · 2 comments
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@hveiras
Copy link

hveiras commented Oct 31, 2016

Hi,

Is there any way to access the content shown in integrated terminal through an extension? I'm interested in formatting error messages o even explore the possibility of extending it so I can click on a stack trace and go to the line.

@rebornix rebornix added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Oct 31, 2016
@rebornix
Copy link
Member

Current Terminal API doesn't support this, you can take a look at https://github.com/Microsoft/vscode-extension-samples/blob/master/terminal-example/README.md to get an idea of what kind support we have right now.

@Tyriar
Copy link
Member

Tyriar commented Oct 31, 2016

It's not currently possible to get at the output or transform it in any way, here are some relevant issues:

I'd love to bring link clicking to VS Code natively but it's currently blocked on the backing library we use xterm.js. There's a bit to do to enable this like fixing the linkify addon and then allowing it to hook up to VS Code.

@Tyriar Tyriar closed this as completed Oct 31, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants