-
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
Align task items #6821
Labels
enhancement
issues that are enhancements to current functionality - nice to haves
tasks
issues related to the task system
Comments
RomanNikitenko
added
enhancement
issues that are enhancements to current functionality - nice to haves
tasks
issues related to the task system
labels
Jan 4, 2020
8 tasks
elaihau
added a commit
that referenced
this issue
Mar 22, 2020
- In a multi root workspace, detected tasks are displayed in different ways across `Run task`, `Restart running task`, `Terminate task`, and `Show running tasks`. This change aligns the display of the task quick open items. - fixed #6821 Signed-off-by: Liang Huang <lhuang4@ualberta.ca>
1 task
elaihau
added a commit
that referenced
this issue
Mar 22, 2020
- In a multi root workspace, detected tasks are displayed in different ways across `Run task`, `Restart running task`, `Terminate task`, and `Show running tasks`. This change aligns the display of the task quick open items. - fixed #6821 Signed-off-by: Liang Huang <lhuang4@ualberta.ca>
elaihau
added a commit
that referenced
this issue
Mar 23, 2020
- In a multi root workspace, detected tasks are displayed in different ways across `Run task`, `Restart running task`, `Terminate task`, and `Show running tasks`. This change aligns the display of the task quick open items. - fixed #6821 Signed-off-by: Liang Huang <lhuang4@ualberta.ca>
elaihau
added a commit
that referenced
this issue
Mar 24, 2020
- In a multi root workspace, detected tasks are displayed in different ways across `Run task`, `Restart running task`, `Terminate task`, and `Show running tasks`. This change aligns the display of the task quick open items. - fixed #6821 Signed-off-by: Liang Huang <lhuang4@ualberta.ca>
elaihau
added a commit
that referenced
this issue
Mar 24, 2020
- In a multi root workspace, detected tasks are displayed in different ways across `Run task`, `Restart running task`, `Terminate task`, and `Show running tasks`. This change aligns the display of the task quick open items. - fixed #6821 Signed-off-by: Liang Huang <lhuang4@ualberta.ca>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
issues that are enhancements to current functionality - nice to haves
tasks
issues related to the task system
Description
Items for tasks related menus look different.
Please see the video: https://youtu.be/2Fi908GFelk
You can see that for
Run Task
andRestart Running Task
thedetected
tasks look like:tsc : watch - tsconfig.json theia
tsc : watch - tsconfig.json vscode-builtin-extensions
but for
Terminate Task
andShow Running Tasks
the same tasks look like:watch - tsconfig.json
watch - tsconfig.json
It's impossible to recognize the corresponding task for last case.
So, would be nice to improve the behavior.
Reproduction Steps
Try to use:
Run Task
Restart Running Task
Terminate Task
Show Running Tasks
menus for
detected
tasks for multi root workspace.Please see the video above.
OS and Theia version:
Ubuntu 18.04
Theia ec2a866
The text was updated successfully, but these errors were encountered: