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

Show Task Log opens Output pane instead of Integrated Terminal #29628

Closed
michelkaporin opened this issue Jun 27, 2017 · 1 comment
Closed

Show Task Log opens Output pane instead of Integrated Terminal #29628

michelkaporin opened this issue Jun 27, 2017 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug tasks Task system issues verified Verification succeeded
Milestone

Comments

@michelkaporin
Copy link
Contributor

Testing #29618.

  1. Clone https://github.com/Microsoft/vscode-languageserver-node and do npm install's
  2. Run any task without configuring.
  3. Go to Task -> Show Task Log
    It opens Task output in the 'Output' pane, rather then terminal, where task was run by default.

We should refer to integrated terminal instead, if we moved tasks execution there. Or open UI element where last task was executed.

@dbaeumer
Copy link
Member

No, it opens the Task Log which is still written to the channel even if the execution engine is the terminal I will remove the action since I agree it is confusing.

@dbaeumer dbaeumer added this to the June 2017 milestone Jun 27, 2017
@dbaeumer dbaeumer added tasks Task system issues bug Issue identified by VS Code Team member as probable bug labels Jun 27, 2017
@roblourens roblourens 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