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

Allow extensions to run custom terminals #8078

Closed
davidanthoff opened this issue Jun 24, 2016 · 3 comments
Closed

Allow extensions to run custom terminals #8078

davidanthoff opened this issue Jun 24, 2016 · 3 comments

Comments

@davidanthoff
Copy link
Contributor

For the julia extension, I'd like to be able to add a julia terminal to VS code so that we could have the julia REPL inside VS code.

I think this could be pretty simple: essentially my extension would just need some way to tell VS code that it should add one more terminal window, and allow me to specify a command line that starts that julia terminal.

Bonus points would be if I could for example start that terminal in a hidden state, so the julia process would start, the output would already be captured by the terminal, but the panel would not be visible. And the maybe provide an API that allows my extension to toggle the visibility of the panel, or something like that.

@Tyriar
Copy link
Member

Tyriar commented Jun 24, 2016

Duplicate of #547

@Tyriar Tyriar closed this as completed Jun 24, 2016
@davidanthoff
Copy link
Contributor Author

Ah, thanks, I didn't see that one! Could you add the integrated-terminal to #547? I missed #547 because I only looked through all the integrated-terminal issues for duplicates.

@Tyriar
Copy link
Member

Tyriar commented Jun 24, 2016

@davidanthoff done 😃

@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
None yet
Projects
None yet
Development

No branches or pull requests

2 participants