-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
support "presentation" in task config #6713
Comments
This one covers the feature described in #5332 |
What does it mean? :) |
Sorry for the confusion. I should have said "terminal widget manager". |
ok, so something like editor manager based on widget open handler? |
@akosyakov thank you for sharing the insight with me. yep, similar. but i guess at this point i don't have to extend Also, this "terminal widget manager" will be placed inside the "task" extension, as it would only be used by tasks. |
I thought just about
We should name it differently then, |
Now we support |
@a1994846931931 I guess the error you saw was due to #2961 In your task config, could you please add a |
@elaihau Actually I've also encountered #2961 before, but they look different. |
@a1994846931931 do you mind sharing your |
@a1994846931931 But it's interesting to know what's the problem... |
@vince-fugnitto @elaihau @RomanNikitenko Hi, I just found out that the issue has something to do with the shell I use - |
If there are no objections I will close this ticket in a day. |
Description
The way Theia organizes the output of tasks could be controlled by adding the support of "presentation":
https://code.visualstudio.com/docs/editor/tasks#_output-behavior
Reproduction Steps
tasks.json
of the workspace, and add a task config.Expected: Users can add the "presentation" object to the config to control the way that the output is presented.
Reality: "presentation" is not supported
OS and Theia version:
Ubuntu 18.04. Example browser.
Version b87052c
The text was updated successfully, but these errors were encountered: