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 merge of #9154 undid some of the changes to the Quick Selection code in tasks that came with #8917 in the quick-open-task.ts file, leading to some bugs.
Workspace-scoped tasks are not displayed
The labels for tasks in different scopes are inconsistent
Steps to Reproduce:
Create a multi-root workspace
Add some tasks to a tasks.json in each root and in the workspace file.
Use Terminal > Configure Tasks...
Observe that workspace scope is not displayed, and only one label for folder scope is displayed
Additional Information
The label for the folder leerer-ordner is displayed next to user-scoped tasks. No label is displayed for empty-folder, and the task from the workspace configuration file (center) is absent.
Bug Description:
The merge of #9154 undid some of the changes to the Quick Selection code in tasks that came with #8917 in the
quick-open-task.ts
file, leading to some bugs.Steps to Reproduce:
tasks.json
in each root and in the workspace file.Terminal > Configure Tasks...
Additional Information
The label for the folder
leerer-ordner
is displayed next to user-scoped tasks. No label is displayed forempty-folder
, and the task from the workspace configuration file (center) is absent.The text was updated successfully, but these errors were encountered: