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

Add configuration option to not show the Terminal when a task is run #39

Closed
robertrossmann opened this issue Jul 26, 2019 · 4 comments
Closed
Labels
completed enhancement New feature or request

Comments

@robertrossmann
Copy link

I would love to have a flag which would cause the auto-detected tasks to not open up the Terminal view when a task is run (ie. a "silent" execution). The task's output would still be accessible on-demand in the Terminal view but the view itself would remain hidden unless explicitly shown by the user.

I execute compile tasks almost after every file save and get quite annoyed by the terminal view constantly popping out. Most of the time I am only interested in seeing the final result (success/failure) of a task run which I can see in the status bar anyway.

Thank you for consideration! ❤️

@spmeesseman spmeesseman added fixed enhancement New feature or request help wanted Extra attention is needed and removed fixed labels Nov 24, 2019
@spmeesseman spmeesseman added released and removed help wanted Extra attention is needed labels Feb 21, 2020
@spmeesseman spmeesseman reopened this Feb 21, 2020
@spmeesseman
Copy link
Owner

woops wrong ticket

spmeesseman added a commit that referenced this issue Feb 21, 2020
# [1.24.0](v1.23.9...v1.24.0) (2020-02-21)

### Bug Fixes

* if logging is turned on, the output window is displayed when extension activates ([a7ace49](a7ace49))

### Features

* add 'open temrinal' button for running tasks - closes [#39](#39) ([3b4be06](3b4be06))
@richarddavenport
Copy link
Contributor

@spmeesseman is this still up for grabs? I don't see this option available?

@spmeesseman
Copy link
Owner

9 months later... yeah, sorry, i dont know how it got tagged released, probably ref'd the wrong ticket # in a commit, still up for grabs

@spmeesseman spmeesseman added help wanted Extra attention is needed completed and removed released help wanted Extra attention is needed labels Feb 7, 2021
@spmeesseman
Copy link
Owner

spmeesseman commented Feb 7, 2021

implemented in v1.30. but...
note that as of VSCode 1.53, there seems to be a bug that prevents running tasks without showing the terminal:

microsoft/vscode#116015

When this is fixed, this functionality "should" then work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completed enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants