activitusbar icon indicating copy to clipboard operation
activitusbar copied to clipboard

test view

Open idnovic opened this issue 3 years ago • 2 comments

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 avatar Mar 12 '23 19:03 idnovic

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.

idnovic avatar Mar 17 '23 14:03 idnovic

	{
	    "name": "workbench.view.testing",
	    "codicon": "test-view-icon",
	},

ldelossa avatar Jun 08 '23 15:06 ldelossa