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

VS Code: search for "@category:"debuggers" CoreCLR" does not show C# extension #113

Closed
Tracked by #154
isidorn opened this issue Jul 1, 2021 · 3 comments
Closed
Tracked by #154
Assignees
Labels
bug Something isn't working search

Comments

@isidorn
Copy link
Collaborator

isidorn commented Jul 1, 2021

  1. Open VS Code, extensions view
  2. Type "@category:"debuggers" CoreCLR"
  3. Notice how the C# extension is not offered

The C# extension has the word "CoreCLR" in the body here https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp

What should the C# extension do to make sure it shows up for this query.

Screenshot 2021-07-01 at 18 45 21

@weinand
Copy link

weinand commented Jul 1, 2021

I think we have a fundamental problem here:
we cannot easily find a VS Code debugger on the Marketplace by its debug type (which is a well known package.json property of all VS Code debuggers).
The Marketplace should not use an unstructured search algorithm here, because that most likely will fail for a debug type "python" or "php".

@isidorn
Copy link
Collaborator Author

isidorn commented Aug 25, 2021

@prashantvc I will assign all these related search issues to you and move them to backlog. I think they will be helpful when we start on improving search to have all these cases as a test for the new search.

@isidorn
Copy link
Collaborator Author

isidorn commented Oct 31, 2022

This is fixed in latest VS Code Insiders. Please try it out and let us know if there are still examples where you think that search is not working.
We expect the fixed search to be in VS Code Stable start of December.
Looking forward to feedback - thanks!

@isidorn isidorn closed this as completed Oct 31, 2022
@xavierdecoster xavierdecoster removed this from the Planned milestone Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working search
Projects
None yet
Development

No branches or pull requests

5 participants