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

Watch task indicator #8513

Closed
normalser opened this issue Jun 29, 2016 · 6 comments
Closed

Watch task indicator #8513

normalser opened this issue Jun 29, 2016 · 6 comments
Assignees
Labels
tasks Task system issues
Milestone

Comments

@normalser
Copy link

One more request that would go great with: #8509
Ability to see that there is active watch task running.
Maybe in the footer here:
image

@bpasero bpasero added feature-request Request for new features or functionality tasks Task system issues accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues and removed accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues labels Jun 30, 2016
@dbaeumer
Copy link
Member

Nice idea.

@normalser
Copy link
Author

@bgashler1 Not sure if this was on purpose - but shouldn't that notes be added to #9506 and this task should stay open so it can be implemented ?

@isidorn
Copy link
Contributor

isidorn commented Jul 20, 2016

@wallverb yes, this was done by accident, @bgashler1 please move the notes to the ux meeting issue

@isidorn isidorn reopened this Jul 20, 2016
@bgashler1
Copy link
Contributor

Sorry, I had the wrong tab opened in Safari when I copied this. My mistake :)

@normalser
Copy link
Author

Sometimes watch task dies and there is no indication to user that it is not running anymore

Here is example of typescript bug that killed watch task silently:

9:53:09 AM - Compilation complete. Watching for file changes.

The task 'tsc' was terminated per user request.
/Users/user/.nvm/versions/node/v4.2.2/lib/node_modules/typescript/lib/tsc.js:37610
                throw e;
                ^
TypeError: Cannot read property 'decorators' of undefined
    at getStartPos (/Users/user/.nvm/versions/node/v4.2.2/lib/node_modules/typescript/lib/tsc.js:28667:45)
    at emitStart (/Users/user/.nvm/versions/node/v4.2.2/lib/node_modules/typescript/lib/tsc.js:28671:21)

@dbaeumer
Copy link
Member

There are now two indications in the status bar:

  • the number of running tasks (both watch and non watch)
  • a Building... indication when a build task is active

There are not further improvements planned here. If you think the current support is not enough please open a new issue explaining what can be improved.

@dbaeumer dbaeumer removed the feature-request Request for new features or functionality label Nov 10, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tasks Task system issues
Projects
None yet
Development

No branches or pull requests

5 participants