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

Task List filtering for current project doesn't work as expected #74074

Closed
vsfeedback opened this issue Jun 20, 2024 · 3 comments · Fixed by #74262
Closed

Task List filtering for current project doesn't work as expected #74074

vsfeedback opened this issue Jun 20, 2024 · 3 comments · Fixed by #74262
Assignees

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


Since this issue for C# is basically the same issue as this (https://developercommunity.visualstudio.com/t/Task-List-for-Current-Project-is-alway/1068763?ref=native&refTime=1718183744598&refUserId=018decc6-85a1-465f-9cba-e40d2023bd85) but for C++, I have just copied the same problem description.

Task List for “Current Project” is always empty for files in multiple projects.
All the other selections (“Entire Project”, “Open documents” etc.) work.
It seems that the reason is that the file is also used in other projects (the current project and other projects).
If I change the project with files that are not in multiple projects, it works.

See attached image for an example.

Please fix this issue.


Original Comments

Feedback Bot on 6/13/2024, 00:16 AM:

(private comment, text removed)


Original Solutions

(no solutions)

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 20, 2024
@Cosifne
Copy link
Member

Cosifne commented Jul 3, 2024

🤔I don't know does Roslyn owns Task List Window?
It might be something related to VS platform. cc @olegtk Do you know who owns this feature?

@olegtk
Copy link
Contributor

olegtk commented Jul 3, 2024

Editor team owns Task List, but you own the entries that appear there. For this specific issue according to @kayle Roslyn doesn't provide correct project guid with task list entries, that's why filtering to current project doesn't work.

@CyrusNajmabadi CyrusNajmabadi self-assigned this Jul 3, 2024
@CyrusNajmabadi CyrusNajmabadi added Bug and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Jul 3, 2024
@CyrusNajmabadi
Copy link
Member

I'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants