You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command run last task does not work properly for detected tasks.
If a detected task is run and completes, attempting to 'run last task' does not work, nor does it give any feedback to end-users.
Steps to Reproduce
start the application using packages/task/test-resources as a workspace
create the file package.json
add the following in the package.json (detected task):
- This change fixes the bug where the command "Run last task" does not work properly for detected tasks. With the new property "scope" added to the "last run task", `ProvidedTaskConfigurations.getTask()` is able to find the detected task that was run most recently.
- fixes#7398
Signed-off-by: Liang Huang <lhuang4@ualberta.ca>
- This change fixes the bug where the command "Run last task" does not work properly for detected tasks. With the new property "scope" added to the "last run task", `ProvidedTaskConfigurations.getTask()` is able to find the detected task that was run most recently.
- fixes#7398
Signed-off-by: Liang Huang <lhuang4@ualberta.ca>
Description
The command
run last task
does not work properly for detected tasks.If a detected task is run and completes, attempting to 'run last task' does not work, nor does it give any feedback to end-users.
Steps to Reproduce
packages/task/test-resources
as a workspacepackage.json
package.json
(detected task):Additional Info
I also attempted to 'configure' the detected task and it still did not work properly when attempting to 'run last task'.
The text was updated successfully, but these errors were encountered: