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

Task output does not display #9098

Closed
odeliat opened this issue Feb 21, 2021 · 1 comment
Closed

Task output does not display #9098

odeliat opened this issue Feb 21, 2021 · 1 comment
Labels
bug bugs found in the application tasks issues related to the task system

Comments

@odeliat
Copy link
Contributor

odeliat commented Feb 21, 2021

Bug Description:

When running task the output is not display on the console.

Steps to Reproduce:

  1. create new task
{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "node-version",
      "type": "shell",
      "command": "node --version"
    }
  ]
}
  1. run task
  2. no output is display

Additional Information

  • Operating System: gitpod
  • Theia Version: master
@vince-fugnitto vince-fugnitto added bug bugs found in the application tasks issues related to the task system labels Feb 21, 2021
@vince-fugnitto
Copy link
Member

@odeliat the issue is a duplicate of #2961, you can confirm by adding a sleep before your actual command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application tasks issues related to the task system
Projects
None yet
Development

No branches or pull requests

2 participants