connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
83 stars 50 forks source link

Test Explorer Tagging #132

Open jonmchan opened 6 months ago

jonmchan commented 6 months ago

VSCode has this feature to prompt the user to install additional test extensions:

image

However, when you click the button, it pulls up the extensions tab with a default search of @category:"testing".

image

Unfortunately this extension does not show up in that list. Is there any way to categorize this properly such that this extension could be found?