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 dialog switches to output view #23752

Closed
aeschli opened this issue Mar 31, 2017 · 3 comments
Closed

Task dialog switches to output view #23752

aeschli opened this issue Mar 31, 2017 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug tasks Task system issues verified Verification succeeded
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Mar 31, 2017

  • create a task in task.json
{
    "version": "0.1.0",
    "isShellCommand": true,
    "showOutput": "always",
    "tasks": [
        {
            "taskName": "yeoman",
            "command": "yo"
        } 
    ],
    "_runner": "terminal" 
}
  • run the task
  • while the task is running, run a second task
  • dialog asks:
    There is an active running task right now. Terminate it first before executing another task.

The output view is made visible for no clear reason.

@dbaeumer dbaeumer added bug Issue identified by VS Code Team member as probable bug tasks Task system issues labels Apr 3, 2017
@dbaeumer dbaeumer added this to the April 2017 milestone Apr 3, 2017
@dbaeumer dbaeumer modified the milestones: Mai 2017, April 2017 Apr 13, 2017
@dbaeumer dbaeumer modified the milestones: June 2017, May 2017 Jun 1, 2017
@dbaeumer
Copy link
Member

dbaeumer commented Jun 1, 2017

Terminal related which is still to be opted in.

@dbaeumer
Copy link
Member

Fixed by not revealing the output panel anymore when the runner is the terminal. However final support depends on #28622

@dbaeumer
Copy link
Member

This got fixed for June.

@michelkaporin michelkaporin added the verified Verification succeeded label Jun 29, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug tasks Task system issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants