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

Test: Terminal renderer extension API #52833

Closed
3 tasks done
Tyriar opened this issue Jun 25, 2018 · 0 comments
Closed
3 tasks done

Test: Terminal renderer extension API #52833

Tyriar opened this issue Jun 25, 2018 · 0 comments

Comments

@Tyriar
Copy link
Member

Tyriar commented Jun 25, 2018

#46192

Complexity: 4

A new proposed extension API was added that lets extensions completely control what is visible within the terminal. This is done by created a TerminalRenderer which is a special terminal that instead of having a process is driven by an extension. Note that all TerminalRenderers also have Terminal objects associated with them.

Please read the API:

https://github.com/Microsoft/vscode/blob/d88b3dd55be626154bf1d43c6d8570e02b4a32bb/src/vs/vscode.proposed.d.ts#L383

And look at the extension samples: https://github.com/Microsoft/vscode-extension-samples/tree/master/terminal-sample

And experiment with the API and see if everything works as expected

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants