hbenl / vscode-mocha-test-adapter

Mocha Test Adapter for the VS Code Test Explorer
MIT License
91 stars 31 forks source link

Fix extension category in package.json #243

Open ulugbekna opened 1 year ago

ulugbekna commented 1 year ago

This allows for the extension to be discoverable in VS Code marketplace using query @category:"testing" similar to other testing extensions.

ulugbekna commented 1 year ago

This query is run when the user clicks the blue button "install additional test extensions"

image