Gruntfuggly / activitusbar

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar
Other
114 stars 15 forks source link

test view #68

Open idnovic opened 1 year ago

idnovic commented 1 year ago

Greetings.

I am trying to add a button for the test view explorer. But I am unable to find the right name.

I am talking about the included test explorer, not the old extension.

I tried test, tests, testexplorer... I also looked in the source code of vscode but i do not know the right search term.

Could you help me and tell me what the right name is for the test sidebar?

idnovic commented 1 year ago

I found it!

it is "workbench.view.testing". somehow "testing" alone does not work.

I will leave this open incase someone else looks for it.

ldelossa commented 1 year ago
    {
        "name": "workbench.view.testing",
        "codicon": "test-view-icon",
    },