-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Implement 'Show Running Tasks...' #5353
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it works well. thank you !
Fixes #5346 Fixed #1100 - Implement the command and terminal menu item `Show Running Tasks...` which displays the list of currently running tasks, and upon selection, sets the focus to the running task's terminal. - Implemented a status-bar contribution displaying the number of currently running tasks, and when clicked, triggers the `Show Running Tasks...` command. - Fixed issue regarding the creation of the task terminal id. Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
d6b11e3
to
003ece4
Compare
With your fix to the terminal id, i am still getting this error.
This happens when I |
Same as #5328 ? |
OK it is not introduced by this change. We could handle it in another PR. |
@lmcbout do you mind trying it out and testing it as well? |
@vince-fugnitto sure, I will do it this morning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #5346
Fixed #1100
Show Running Tasks...
which displays the list of currently running tasks, and upon selection,
sets the focus to the running task's terminal.
Signed-off-by: Vincent Fugnitto vincent.fugnitto@ericsson.com