-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
[FR] use the Terminal as a console output #17678
Comments
@farfromrefug the general desire is understood, but can you be more precise when you want to use the terminal as console output: when running tasks? when debugging a program? |
@egamma The idea came from my vscode extension. It's an extension to build Titanium Mobile projects (kind of like PhoneGap projects). From the get i wanted to have a more interactive/beautiful console. I wanted a colorized console so that i could quickly and easily read the output. Now i know what xterm.js can do and i know it can fill all my requirements and even more:
I know it would require quite some work on you side, but the benefit for extensions would be quite awesome! ;) |
@farfromrefug VS Code has an integrated terminal and the terminal provides API to launch a process that runs in the terminal (extensions are already using this support). We are planning to run VS Code tasks inside the terminal and for that we are investigating into enriching the terminal API further. |
This would be resolved if vscode had an API to launch a Node process in the terminal like how Language Servers are launched (i.e. using vscode's Node binaries). |
@egamma Yes there is an api for the terminal. But we can't do much with it, we miss big features:
|
@farfromrefug good suggestions, could you split this issue out into individual API requests? The listen ones are already captured here #13337, and we currently don't use any xterm.js addons, nor are they particularly polished upstream. |
Thanks for creating the issues @farfromrefug, I'll close this off in favor of them now |
I would really love to see the possibility to use a terminal as console output.
The reason is that we would benefit from all amazing features from xterm.js
Obviously one is colour output.
There are actually 2 ways to do that:
I can give more details on what i am trying to achieve if necessary
The text was updated successfully, but these errors were encountered: